Skip to main content
All endpoints require Bearer token authentication. See Authentication.

Response format

All responses are wrapped in a standard envelope:
{
  "success": true,
  "data": { ... }
}
Error responses:
{
  "success": false,
  "error": {
    "message": "Description of the error",
    "code": "ERROR_CODE"
  }
}

Rate limits

API requests are rate-limited per API key. Contact support if you need higher limits.