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.
Request Format
Content Type
All requests with a body should use JSON:Example Request
Pagination
List endpoints return paginated results. Use thepage query parameter 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:Status Codes
Quick Start
Make your first API call by listing your workspaces:If you receive a JSON array of workspaces, your token is working correctly.
