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. This endpoint is deprecated.Important
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"
}
]
} |
ENDPOINTS