Response Codes

Response Codes

Guesty Open API will respond with one of the following response codes:

CodeMeaningDescription
200OKThe request was successful.
201CreatedThe request has been fulfilled and a new resource is created.
204No contentThe server has completed the request but does not need to return an entity-body.
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 foundRequested resource not found.
429Too many requestsYou are performing too many requests. Please see the rate limits.
500Internal server errorWe had a problem with our server. Try again later.