200 | success | Request was successful. |
200 | deprecated | A resource is deprecated and will be removed in the future. |
400 | bad_request | Some required parameter is missing or has the wrong value. |
401 | unauthorized | Internal authorization failed. It might mean missing or wrong credentials. |
403 | forbidden | You don’t have access to the requested endpoint. |
404 | not_found | URI is not valid or the resource ID does not correspond to an existing resource. |
405 | not_allowed | HTTP method not allowed, such as attempting to use a POST request with an endpoint that only accepts GET requests, or vice versa. |
429 | too_many_requests | The user has sent too many requests in a given amount of time. |
500 | internal_server_error | Unexpected error occurred. Please report this when you see it. |