Skip to main content
When an HTTP error occurs, an error report is returned with the following information:
PropertyTypeDescription and value
MessagestringThe description of the error.
TypestringThe type of the error (e.g., param_error, ressource_not_found, etc.)
IdstringThe unique identifier of the error. This information may be requested by our Support team when investigating an issue.
DateUnix timestampThe date and time at which the error occurred.
ErrorsobjectThe list of issues that triggered the HTTP error.

Example HTTP errors

The following examples show the HTTP error report. Further examples are given in the responses to a given endpoint where relevant and valuable.
400 Bad Request
400 Bad Request
403 Forbidden
404 Not Found
409 Conflict