Base URL
Authentication
All endpoints require a Bearer token in theAuthorization header.
Older unversioned endpoints remain available for compatibility, but new integrations should use
/v1.Request format
All request bodies use JSON. Set theContent-Type header:
Rate limits
All API keys are subject to rate limits. Current defaults:
If you exceed the rate limit, the API returns
429 Too Many Requests. Wait and retry with exponential backoff.