SevenRooms · Rate Limits

Sevenrooms Rate Limits

SevenRooms exposes a RESTful API to approved venue operators and integration partners, authenticated via an OAuth2 client_id/client_secret scoped to a venue group. As of February 26, the API documentation moved to individually provisioned accounts, so the specific request-rate, concurrency, and quota numbers are published only inside the gated developer documentation at api-docs.sevenrooms.com and are not publicly reconcilable. Limits are understood to be scoped per provisioned client/venue group. The values below are placeholders pending access to the gated documentation.

Sevenrooms Rate Limits is the machine-readable rate-limit profile for SevenRooms on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 2 rate-limit definitions, measuring varies.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Rate Limiting, Hospitality, and Reservations.

2 Limits Throttle: 429
Rate LimitingHospitalityReservations

Limits

Per-client API requests key
varies
see gated documentation at https://api-docs.sevenrooms.com/
Specific request-rate limits are published only in the provisioned, account-gated API documentation and could not be independently verified.
Reservation hold lifetime account
varies
hold expires after 300 seconds (5 minutes)
A reservation hold obtained before booking expires after 300 seconds; create_reservation must be called within that window. This is a documented time-window behavior rather than a request-rate limit.

Policies

Provisioned access
API access is granted per integration partner / venue operator via an individually provisioned account; rate limits are bound to the issued OAuth2 client credentials.
Time-boxed reservation holds
Booking flows must respect the 5-minute reservation hold window; expired holds must be re-acquired before creating a reservation.
Backoff on throttling
Consumers should retry with exponential backoff on 429 responses; exact retry headers are documented in the gated reference.

Sources