Response Codes

Response Codes

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

Code

Meaning

Description

200

OK

The request was successful.

201

Created

The request has been fulfilled and a new resource is created.

204

No content

The server has completed the request but does not need to return an entity-body.

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

Requested resource not found.

429

Too many requests

You are performing too many requests. Please see the rate limits.

500

Internal server error

We had a problem with our server. Try again later.