Postman
Use this page to download Postman artifacts generated from the latest OpenAPI specs.
Downloads
Production (Released)
Development
Quick Start
- Import one Collection file and one matching Environment file.
- In Postman, select the imported environment.
- Set
apiKeyin environment variables. - Keep
baseUrlas default unless you need a custom endpoint.
Baseline Request
- Open
Organizations > Get all organizations. - Confirm request URL resolves to
/organizations. - Click
Send. - Expect
200with organization list (or401/403if auth is invalid).
Troubleshooting
- For error semantics and status code details, see Error Handling.
- For endpoint auth requirements, see Portal API or Portal API (Development).
401 Unauthorized
- Check
apiKeyis set and valid. - Confirm
Authorization: Beareris present in request.
Missing parameter / invalid request
- Verify path/query/body values are filled as required by endpoint schema.
- Re-import latest collection if endpoint definition changed.