Prerequisites
- Postman v10 or later.
- The Prequel Export OpenAPI spec URL:
https://docs.prequel.co/generated/openapi-generated-2023-12-01.json
1
Open Import
In Postman, click the Import button in the left sidebar.
2
Configure the import
- Paste the spec URL:
https://docs.prequel.co/generated/openapi-generated-2023-12-01.json - Select Postman Collection as the import format.
- Click View Import Settings and disable Enable optional parameters and Include deprecated properties.
- Click Import.
3
Create an environment
Add a new Postman environment with these variables, then reference them from each request:
Reference
{{apiKey}} from each request’s X-API-KEY header and {{baseUrl}} as the request base URL.Next steps
- Expand the collection and send a request to confirm your environment works.
- Enhance the collection with examples, tests, or pre-request scripts.
- Re-import the spec periodically to pick up API updates.