Skip to main content

Error format

All errors return a JSON body with an errors array:
The field property is only present for validation errors and indicates which request field caused the problem.

HTTP status codes


Rate limiting

Requests are rate-limited per API key. If you exceed the limit you’ll receive a 429 response with a Retry-After header indicating when you can retry.

Handling errors

Node.js