REST API

Common Responses

These responses may be returned by any endpoint.

{
  "status": 401,
  "error": "missing_authorization"
}

{
  "status": 403,
  "error": "invalid_api_key"
}

{
  "status": 403,
  "error": "feature_not_available_with_plan"
}

{
  "status": 429,
  "error": "rate_limit"
}

{
  "status": 500,
  "error": "db_error"
}