Skip to main content
Every request is validated in the following order. The first check that fails determines the response:
OrderCheckFailure
1Valid API key401
2API access enabled for your plan403 api_access_disabled
3Access to the requested resource enabled403 api_module_access_disabled
4Not currently rate limited or temporarily blocked429 rate_limit_exceeded
5Request payload is valid4xx (see Response format)
See HTTP status codes for the full list and Rate limits for 429 handling.