Errors

Possible API errors are as follows:

CodeTextDescription
400Bad RequestMissing or invalid parameter. Possible causes:
- malformed request parameters.
401UnauthorizedAuthorization is missing or incorrect. Possible causes:
- a user tries to authorize with a wrong login or password.
- a user uses invalid session token.
403ForbiddenAccess has been refused. Possible causes:
- a user tries to retrieve chat messages for a chat dialog while they are not in the occupants list.
404Not FoundThe requested resource could not be found. Possible causes:
- a user tries to retrieve chat messages for the invalid chat dialog ID.
- a user tries to retrieve a custom object record with invalid ID.
422Unprocessable EntityThe request was well-formed but was unable to be followed due to validation errors. Possible causes:
- create a user with the existent login or email.
- provide values in the wrong format to create some object.
429Too Many RequestsRate limit for your current plan is exceeded.
500Internal Server ErrorServer encountered an error, try again later.
503Service UnavailableServer is at capacity, try again later.