{ "opencollection": "1.0.0", "info": { "name": "Postman Import API", "version": "1.0.0" }, "items": [ { "info": { "name": "import", "type": "folder" }, "items": [ { "info": { "name": "Import an OpenAPI definition", "type": "http" }, "http": { "method": "POST", "url": "https://api.postman.com/import/openapi", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "workspace", "value": "", "type": "query", "description": "The workspace's ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Imports an OpenAPI definition into Postman as a new [Postman Collection](https://learning.postman.com/docs/getting-started/creating-the-first-collection/).\n\n**Note:**\n\n- This endpoint has a rate limit of **10 requests per 10 seconds**.\n- The Postman web app does not support the `file` input method type.\n- If you do not include the `workspace` query parameter, the system imports the definition into the oldest personal Internal workspace you own.\n- For an example of importing a file, see the [Post" } ] } ], "bundled": true }