Transform collection to OpenAPI
Transforms an existing Postman Collection into a stringified OpenAPI definition.
Note:
This does not create an API.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
collectionId
The collection's ID.
Query parameters
format
Return the OpenAPI definition in the given format.
Allowed values:
Response
Successful Response
output
The collection's transformed output, in a stringified OpenAPI JSON or YAML format.
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error