Error Responses
Standard HTTP response codes for APIs include:
Error | Description |
---|---|
200 | OK. Successful operation. |
201 | Successful resource created. |
204 | No content. |
400 | Bad request. The client request is invalid. |
401 | Unauthorized. Invalid or missing API access token. |
403 | Forbidden. Do not have permissions/scopes to call endpoint. |
404 | Resource is not found. |
422 | Unprocessable Entity. |
500 | Server error. Something unexpected happened. |