Get all active and upcoming custom rates for a listing.
GET/listings/:listing_id/custom_rates
Returns all custom rate periods that are currently active and affect future stay dates.
Expired rate periods (those whose expires_at timestamp has passed) are excluded.
This is the state of the listing's custom rates now, not their history. For a record of
when custom rates were added, split or removed, and by whom, read the listing's
changelog and look for Custom rates events.
Request
Responses
- 200
- 401
- 403
- 404
- 429
The list of active and upcoming custom rate periods.
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.