Response Codes
This page will detail the standard response codes for the API. You should refer to this when you get an unexpected error.
200: OK
{ "code": 200, "message": "OK" }201: CREATED
{ "code": 201, "message": "Created" }202: ACCEPTED
{ "code": 202, "message": "Accepted" }204: NO CONTENT
{ "code": 204, "message": "No content" }400: BAD REQUEST
{ "code": 400, "message": "Bad request" }401: UNAUTHORIZED
402: PAYMENT REQUIRED
403: FORBIDDEN
404: NOT FOUND
410: GONE
429: TOO MANY REQUESTS
507: OUT OF STORAGE
Other Errors
Last updated