Integrate Postman with OpenAPI

You can import your existing OpenAPI 3.0 and 3.1 definitions (OpenAPI Specification) into Postman. Postman supports both YAML and JSON formats.

To import an API definition into Postman, select Import in the sidebar. You can choose to upload a file or folder, enter a URL, or paste your raw JSON or YAML. You can also import from a code repository, an API gateway, or an API client. Learn more about importing an API into Postman.

Import an OpenAPI definition

After importing your API into Postman, you can edit your API definition, validate your definition, or generate a collection or generate server code based on your definition. You can also connect your API to a Git repository to collaborate with others.

Last modified: 2023/09/26