Get check-in/check-out calendar for a listing.
GET/listings/:listing_id/checkin_checkout
Returns a daily calendar of check-in and check-out rules. Returns 204 if check-in/check-out rules are not configured for the listing.
Request
Responses
- 200
- 204
- 401
- 403
- 404
- 429
Check-in/check-out calendar.
Check-in/check-out is not configured for this listing.
API key authorization failed.
Listing authorization failed.
Listing not found.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.