Import an exported Qodex data dump file

POST {{baseUrl}}/import/exported

This endpoint is deprecated.

Imports exported Qodex data. This endpoint only accepts export data dump files.

For more information, read our [Exporting data dumps] documentation.

Request Params

KeyDatatypeRequiredDescription
workspacestringThe workspace ID in which to import the exported Postman data dump file.

If you do not include this query parameter, the system defaults to the "My Workspace" workspace. |

Request Body

[{"name"=>"type", "value"=>"file", "datatype"=>"string"}, {"name"=>"input", "value"=>nil, "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"collections":[{"id":"12ece9e1-2abf-4edc-8e34-de66e74114d2","name":"Test API","uid":"12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"}]}