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
- Click on the 'Import' button in the top left corner. The import window is loaded.
- Select the import from link option and paste the url of your swagger documentation file. Click on Import.
- A new collection is generated and available: