Status codes
| Code | Meaning | Fix |
|---|---|---|
200 | Request accepted. | No action needed. |
400 | Invalid request body or API key. | Check JSON, required fields, and key value. |
403 | Origin not allowed. | Add the site origin to the API key allowlist. |
429 | Rate limit reached. | Slow down retries and test again later. |
500 | Server error. | Contact support with request time and key name. |
Example errors
{
"error": "Invalid API key"
}
{
"error": "Origin not allowed"
}