2xx
range indicate success.4xx
range indicate an error that failed given the information provided (e.g. bad request, failed validation, or authentication).5xx
range indicate an unhandled error (these are rare and should never happen).200
OK
201
Created
400
Bad request
401
Unauthorized
405
Method not allowed
406
Not acceptable
application/vnd.api+json
409
Record not unique
415
Unsupported media type
application/vnd.api+json
422
Unprocessable entity
423
Locked
429
Too many requests
500
Internal server error
4xx
responses include an error object in the response body. The object contains the list of errors
with some extra information./api
endpoints. The /oauth/token
endpoint is subject to stricter limits (max 50 reqs / 5 mins). IPs that hit those rate limits will be blocked for the same time window (5 mins and 10 secs respectively).401 Unauthorized
status code and returns a UNAHUTORIZED
error:422 Unprocessable Entity
status code and returns a VALIDATION_ERROR
:400 Bad Request
status code and returns a KEY_NOT_INCLUDED_IN_URL
error:404 Not Found
status code and returns a RECORD_NOT_FOUND
error: