Errors

Errors

Errors are returned as JSON with an error message.

{
  "error": "Invalid API key."
}
StatusMeaning
401Missing, invalid, expired, or revoked API key.
402The account does not currently have API access.
403The key does not include the required scope.
404Endpoint not found, or direct raw function access blocked.
405Method not allowed.
429Rate limit exceeded.

Rate-limit responses include Retry-After when available.