Errors
Error codes returned by the API.
Errors return a JSON body shaped like:
{ "error": { "code": "invalid_api_key", "message": "…" } }| Status | Code | Meaning |
|---|---|---|
401 | missing_api_key | No Authorization header was provided |
401 | invalid_api_key | The key is wrong or has been deleted |
400 | invalid_version | version must be 4 or 7 |
400 | invalid_count | count must be an integer from 1 to 1000 |
429 | rate_limited | Too many requests this minute — back off |
429 | quota_exceeded | Monthly quota reached — upgrade for more |