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.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"collections": [
{
"id": "b31be584-1b1e-4444-b581-761edf88fe77",
"name": "Swagger Petstore",
"uid": "2282-b31be584-1b1e-4444-b581-761edf88fe77"
}
]
} |
ENDPOINTS