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 Code | Message |
---|---|
400 Bad Request | Returns JSON with the error message |
401 Unauthorized | Unauthorized Access/ Resource |
429 Too Many Requests | Your connection is being rate limited |
404 Not Found | Resource Not Found |
500 Internal Server Error | Something went wrong |
📘
We will keep updating this list with new errors