Hospitable Rate Limits
Hospitable applies rate limiting to the Public API v2 but does not publish fixed numeric per-endpoint request ceilings in its public documentation. Requests that exceed the limit receive an HTTP 429 (Too Many Requests) response, and community SDKs implement automatic client-side rate limiting and back-off around the API. Callers should read any RateLimit / Retry-After response headers, throttle proactively, and page through large collections rather than polling aggressively. Webhooks provide a push alternative to polling for reservation, property, message, and review changes and are the recommended way to stay in sync without hitting request limits.
Hospitable Rate Limits is the machine-readable rate-limit profile for Hospitable on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests and attempts.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Vacation Rental, Short-Term Rental, Property Management, Rate Limiting, and Quotas.