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
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
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