Import exported data
POST
/import/exported
Import
For more information about how you can export your data, refer Export your Postman data.
id
, name
and uid
of entities created.Requires API Key as X-Api-Key
request header.
Request Request Example
Shell
JavaScript
Java
Swift
Response Response Example
200 - Success: Import to a specific workspace with workspace ID passed as a query parameter
{
"collections": [
{
"id": "b31be584-1b1e-4444-b581-761edf88fe77",
"name": "Swagger Petstore",
"uid": "2282-b31be584-1b1e-4444-b581-761edf88fe77"
}
]
}
Request
Body Params application/octet-stream
Not configured
Responses
Modified at 2023-08-15 05:41:03