401 | Unauthorized or Invalid Token | Either you are using an invalid token, or you do not have access to perform that action. |
404 | Not Found | The requested resource could not be found. This could be due to a mistyped URL or a resource that has been deleted. |
429 | Too Many Requests | The user has sent too many requests in a given amount of time. See the Rate Limiting section for details. |
500 | Internal Server Error | An unexpected condition was encountered. This is a generic error message for server-side issues. |
422 | Unprocessable Entity | The request was well-formed but was unable to be followed due to semantic errors. This often occurs with validation errors on input data. |