Number of APIs: 2
1. Import external API specification
POST https://api.getpostman.com/import/openapi
This endpoint allows you to import external API specifications into Qodex. Currently, this endpoint only supports the OpenAPI specification, for which the On a successful import, the response will be an array with each element contaning Supported The To import a file, request body must be form-data with Note: Refer to examples for different scenarios. Requires API Key as importType
will be openapi
.id
, name
and uid
of entities created.type
s:
input
parameter should be defined based on the type
.
type
param set to file
.
X-Api-Key
request header.
POST https://api.getpostman.com/import/exported
This endpoint allows you to import your exported Qodex data.
For more information about how you can export your data, refer Export your Qodex data. On successful imports, the response will be an array with Each element contaning Note: Refer to examples for different scenarios. Requires API Key as id
, name
and uid
of entities created.
X-Api-Key
request header.
ENDPOINTS