Base URLs
Append resource paths to the base URL to build the full endpoint.
Authentication
All endpoints require a JWT Bearer token in theAuthorization header. Obtain a token by posting your client_id and client_secret to the token endpoint. Tokens are valid for 6 hours.
Output Format
All responses are returned in JSON only. There is no support for XML or other output formats.Versioning
The API uses URL path versioning. The current version is prefixed as/v1/ in all endpoint paths. When new versions are released, the path prefix will change (for example, /v2/).
Get Token
Exchange credentials for a JWT Bearer token
List Organizations
Retrieve organizations accessible to your vendor account
Authentication Guide
How to generate API keys and authenticate requests
Rate Limiting
Understand request limits and retry behavior
Base URLs
Append resource paths to the base URL to build the full endpoint.
Authentication
All endpoints require a JWT Bearer token in theAuthorization header. Obtain a token by posting your client_id and client_secret to the token endpoint. Tokens are valid for 6 hours.
Output Format
All responses are returned in JSON only. There is no support for XML or other output formats.Versioning
The API uses URL path versioning. The current version is prefixed as/v1/ in all endpoint paths. When new versions are released, the path prefix will change (for example, /v2/).
Get Token
Exchange credentials for a JWT Bearer token
List Organizations
Retrieve organizations accessible to your vendor account
Authentication Guide
How to generate API keys and authenticate requests
Rate Limiting
Understand request limits and retry behavior

