Skip to main content

Status codes

CodeMeaningFix
200Request accepted.No action needed.
400Invalid request body or API key.Check JSON, required fields, and key value.
403Origin not allowed.Add the site origin to the API key allowlist.
429Rate limit reached.Slow down retries and test again later.
500Server error.Contact support with request time and key name.

Example errors

{
  "error": "Invalid API key"
}
{
  "error": "Origin not allowed"
}