Base URL
All API endpoints are available under:Authentication
Every request requires a Bearer token in theAuthorization header:
401 Unauthorized. See Authentication for how to obtain a token.
Pagination
List endpoints supportlimit and offset query parameters:
Errors
All errors return a JSON response body with adetail field:
Soft deletes
Most delete endpoints soft-delete resources. They are excluded from list responses but remain in the database. Some resources have a corresponding restore endpoint.Content type
For allPOST, PUT, and PATCH requests with a request body, set:
multipart/form-data.
