Skip to content
Developers

Postman

Use this page to download Postman artifacts generated from the latest OpenAPI specs.

Downloads

Production (Released)

Development

Quick Start

  1. Import one Collection file and one matching Environment file.
  2. In Postman, select the imported environment.
  3. Set apiKey in environment variables.
  4. Keep baseUrl as default unless you need a custom endpoint.

Baseline Request

  1. Open Organizations > Get all organizations.
  2. Confirm request URL resolves to /organizations.
  3. Click Send.
  4. Expect 200 with organization list (or 401/403 if auth is invalid).

Troubleshooting

401 Unauthorized

  • Check apiKey is set and valid.
  • Confirm Authorization: Bearer is 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.