Skip to main content
All API requests are made to the base URL:
The API follows the OpenAPI (Swagger) specification and returns HAL-style JSON over HTTPS.

Resource overview

The API is organized around these primary resources:

Common patterns

Pagination

List endpoints support pagination with query parameters:

Sorting

Use the sort parameter on list endpoints. Prefix with - for descending order:

Filtering

Most list endpoints accept filter parameters specific to the resource:

Quick reference

OpenAPI Reference

Browse the full interactive API reference with schemas and example payloads.

Authentication

Set up API tokens and authenticate your requests.
Last modified on March 5, 2026