Skip to main content

Postman–Import OpenAPI specification for your API

Postman makes it easy to create a collection of requests based on your OpenAPI specification. So if you are using Swagger (through Swashbuckle in .NET) importing your API specification is just a few steps:

  • Open Postman

image

  • Click on the 'Import' button in the top left corner. The import window is loaded.

image

  • Select the import from link option and paste the url of your swagger documentation file. Click on Import.

image

  • A new collection is generated and available:

image