Error Codes

2xxx: Success Responses

HTTP Status CodeDescription
200 OKRequest was successful.
201 CreatedResource was successfully created.

4xxx: General Errors

HTTP Status CodeDescription
400 Bad RequestThe request is invalid or malformed.
401 UnauthorizedAuthentication is required or has failed.
404 Not FoundThe requested resource does not exist.
429 Too Many RequestsRate limit exceeded! Check response headers.
422 Unprocessable EntityThe request data is invalid or does not meet the required criteria.

5xxx: Server Errors

HTTP Status CodeDescription
500 Internal Server ErrorAn unexpected error occurred. Try again.
503 Service UnavailablePlatform is currently under maintenance.