Logo
30 Day Challange API Documentation

Import an exported Qodex data dump file

POST https://api.getpostman.com/import/exported

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

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

Important

This endpoint is deprecated.

 

Body PARAM

Key Datatype Required Description 
workspace
string Optional. The 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.



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

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



Curl
curl -X POST 'https://api.getpostman.com/import/exported?workspace=undefined' -H 'Content-Type: multipart/form-data' -F '{"name"=>"type", "value"=>"file", "datatype"=>"string"}=' -F '{"name"=>"input", "value"=>nil, "datatype"=>"null"}='

ENDPOINTS