Skip to main content

Error Responses

Standard HTTP response codes for APIs include:

ErrorDescription
200OK. Successful operation.
201Successful resource created.
204No content.
400Bad request. The client request is invalid.
401Unauthorized. Invalid or missing API access token.
403Forbidden. Do not have permissions/scopes to call endpoint.
404Resource is not found.
422Unprocessable Entity.
500Server error. Something unexpected happened.