Responses

Our response codes conform to the HTTP standard. Here’s what you can expect:

ResponseReason

200-level

All OK!

400

Invalid request, for example invalid or missing required parameters

401

Authentication key is required for the endpoint

403

Invalid or expired authentication key

404

Resource not found

429

Request denied because it exceeded rate limit

50X

Server-level error

Last updated