Base URL
Authentication
Every request must include a Personal Access Token in theAuthorization header:
When your request attempts an operation outside the abilities attached to the token, the API responds with 403 Forbidden.
Pagination
Some list endpoints are paginated. Use thepage query parameter (?page=2) to retrieve subsequent pages.
Rate limits
Each IP address is limited to 100 requests per minute. Exceeding the limit returns 429 Too Many Requests.Errors
Errors are returned in JSON with an HTTP status code that reflects the problem:
That’s all you need to know to get started – head over to the endpoint sections or grab a token and make your first call: