Errors
The Eventsmatic API returns conventional HTTP response codes to indicate the success or failure of an API request. For errors, the response will include additional information about what went wrong, encoded in the response as JSON.
Language
status: integer
error_code: string
message: string
Status | Error code | Message |
---|---|---|
400 | Bad Request | The request was invalid, often due to a missing a required parameter. |
401 | Unauthorized | Your request was not authenticated correctly. |
403 | Forbidden | You do not have permission to perform the request. |
404 | Not Found | The requested resource does not exist. |
422 | Validation error | A validation error occurred. |
429 | Too Many Requests | Too many requests hit the API too quickly. |
50X | Internal Server Error | An error occurred on Eventsmatic's end with our API. |