Number of APIs: 2
1. Import an OpenAPI definition
POST https://api.getpostman.com/import/openapi
Imports an OpenAPI definition into Qodex as a new [Qodex Collection] Include the following properties in the request body: You can include the following additional properties in the request body: For more information, refer to the collection's examples. Note: If you import with the
type
— A string that contains the definition's type. One of:
string
json
file
input
— The OpenAPI definition, based on the type
value:
string
, the definition's stringified JSON object.json
, the definition's JSON object.file
, a definition file. To import a file, the request body must be a form-data
request and include the type
key with the file
value.
options
— An object that contains advanced creation options and their values. You can find a complete list of properties and their values in Qodex's OpenAPI 3.0 to Qodex Collection v2.1.0 Converter OPTIONS documentation. These properties are case-sensitive.file
input method, you must use the Qodex desktop app. The Qodex web app does not support this method type.
2. 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. This endpoint is deprecated.Important
ENDPOINTS