Errors
The Guesty Open API returns the following error codes in related cases:
Error Code | Meaning | Description |
---|---|---|
400 | Bad Request | Your request is invalid. |
401 | Unauthorized | Your Access Token is expired. Please refresh your token using your Client Credentials . |
403 | Forbidden | Your account is inactive or you do not have permission to access this resource. |
404 | Not Found | The specified resource could not be found. |
405 | Method Not Allowed | You've tried to access a resource with an invalid method. |
406 | Not Acceptable | You requested a format that is not JSON. |
410 | Gone | The related resource has been removed from our servers. |
429 | Too Many Requests | You are performing too many requests. Please see the rate limits. |
500 | Internal Server Error | There was a problem with our server. Please try again later. |
503 | Service Unavailable | We're temporarily offline for maintenance. Please try again later. |