HTTP Error Codes
The API returns HTTP error codes in the event of an error. These codes indicate what went wrong with the request and provide additional information to the client. Here are the most common HTTP error codes that Event Temple API may return:
Code | Message | Description |
---|---|---|
400 | Bad Request | The request was invalid or could not be understood by the server. |
401 | Unauthorized | The request requires user authentication or the authentication has failed. |
403 | Forbidden | The request was valid, but the server is refusing to respond to it. |
404 | Not Found | The requested resource was not found. |
422 | Unprocessable Entity | The provided data is in an invalid format. |
429 | Too Many Requests | The user has sent too many requests in a given amount of time. |
500 | Internal Server Error | The server encountered an unexpected condition that prevented it from fulfilling the request. |
Updated over 1 year ago