Errors

API Docs

Errors

The API may return the following error codes in case of a failed request:

HTTPStatus CodeMessage
400Bad RequestThe request was invalid or cannot be otherwise served.
401UnauthorizedAuthentication failed or user does not have permissions for the requested operation.
403ForbiddenAuthentication succeeded, but authenticated user does not have access to the requested resource.
404Not FoundThe requested resource could not be found.
405Method Not AllowedThe request method is not supported for the requested resource.
429Too Many RequestsThe user has sent too many requests in a given amount of time.
500Internal Server ErrorAn internal error occurred on the server.

It is important to note that these are only some of the most common error codes, and that additional error codes specific to the API may also be returned. When handling errors, it is best to check the documentation to determine the meaning of each error code and what actions, if any, are required to resolve the issue.