1
Open Postman
Click Import in the top left corner
2
Import from URL
Select the Link tab and paste this URL:
3
Complete Import
Click Continue and then Import to add the collection
4
Configure Authentication
- Right-click the imported collection and select Edit
- Go to the Authorization tab
- Select Bearer Token as the Type (this should be pre-configured from the OpenAPI spec)
- Enter your API token in the Token field (format:
id:secret) - Click Save - this will apply to all requests in the collection
Benefits of Using Postman
- Pre-configured Requests: All endpoints are set up with correct headers and schemas
- Easy Testing: Test API calls without writing code
- Environment Variables: Manage different API tokens for dev and production
- Request History: Track all your API calls
- Code Generation: Export requests as code in multiple languages