Documentation
Errors

Errors

While making requests to our APIs, if any error occur, you will receive one of the following status codes and message in the response object:

Status CodeMessage
400 Bad RequestReturns JSON with the error message
401 UnauthorizedUnauthorized Access/ Resource
429 Too Many RequestsYour connection is being rate limited
404 Not FoundResource Not Found
500 Internal Server ErrorSomething went wrong
📘

We will keep updating this list with new errors