Error Manual

Errors

The Guesty Open API returns the following error codes in related cases:

Error CodeMeaningDescription
400Bad RequestYour request is invalid.
401UnauthorizedYour Access Token is expired. Please refresh your token using your Client Credentials.
403ForbiddenYour account is inactive or you do not have permission to access this resource.
404Not FoundThe specified resource could not be found.
405Method Not AllowedYou've tried to access a resource with an invalid method.
406Not AcceptableYou requested a format that is not JSON.
410GoneThe related resource has been removed from our servers.
429Too Many RequestsYou are performing too many requests. Please see the rate limits.
500Internal Server ErrorThere was a problem with our server. Please try again later.
503Service UnavailableWe're temporarily offline for maintenance. Please try again later.