3.2.3 HTTP Status Codes
HTTP Status Code Meaning Description
200 Success The server completed the request as expected
400 Bad Request Invalid request format, missing required parameters, or malformed input / encoding
401 Unauthorized Invalid API Access Key / Signature Verificaiton Failed
403 Forbidden "- No access to the requested endpoint
404 Not Found The requested resource could not be found
429 Too Many Requests Client has sent too many requests in a given amount of time. See Rate Limiting for more details.
500 Internal Server Error Server-side error occurred
502/503/504 Service Temporarily Unavailable Service offline/unresponsive or temporarily undergoing maintenance
Modified at 2022-12-29 06:26:14