Prerequisites
- Postman v10 or later.
- The Prequel Export OpenAPI spec URL:
https://docs.prequel.co/generated/openapi-generated-2023-12-01.json
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.
Create an environment
Add a new Postman environment with these variables, then reference them from each request:
Reference
| Variable | Value |
|---|---|
apiKey | Your staging (sk_staging_...) or production (sk_prod_...) API key. |
baseUrl | Your API endpoint: https://api.prequel.co, https://eu-api.prequel.co, or your configured host. |
{{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.