Response Codes
All APIs will respond with one of the following response codes:
Code | Meaning | Description |
---|---|---|
200 | OK | The request was successful |
400 | Bad request | Your request is invalid |
401 | Unauthorized | Your API key is wrong |
403 | Forbidden | The request is hidden for administrators only |
404 | Not found | Requested resource not found |
429 | Too many requests | The requests hit the rate limit. slow down and try again later |
500 | Internal Server Error | We had a problem with our server. Try again later. |