Authentication
Every request must include your API token in theAuthorization
header as a Bearer token:
• If a request is sent without a token or with an invalid token, the API responds with 401 Unauthorized.
Rate Limits
We allow up to 600 requests per minute per account (aggregated across all endpoints). When the limit is exceeded the API responds with 429 Too Many Requests plus aRetry-After
header indicating how many seconds to wait before retrying.
If you need higher throughput, please contact support and we’ll bump the limit for your workspace.
Need a quick start? Head over to the Quickstart guide or explore a specific endpoint in the sidebar.