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:

CodeMessageDescription
400Bad RequestThe request was invalid or could not be understood by the server.
401UnauthorizedThe request requires user authentication or the authentication has failed.
403ForbiddenThe request was valid, but the server is refusing to respond to it.
404Not FoundThe requested resource was not found.
422Unprocessable EntityThe provided data is in an invalid format.
429Too Many RequestsThe user has sent too many requests in a given amount of time.
500Internal Server ErrorThe server encountered an unexpected condition that prevented it from fulfilling the request.