Errors

Error shape

Every error is JSON with a type, a human message, and an optional param.

Status codes

  1. 400 — the request is malformed or missing a parameter.
  2. 401 — no valid API key.
  3. 404 — the resource does not exist.
  4. 429 — too many requests; back off and retry.

Was this guide helpful?