Sevenrooms: Api Documentation

Large datasets require robust pagination. SevenRooms uses (not offset/limit).

When you exceed a limit, the API returns HTTP 429 Too Many Requests with a Retry-After header (in seconds). Implement exponential backoff in your integration—SevenRooms recommends starting with a 1-second wait, doubling each time. sevenrooms api documentation

The SevenRooms API is a RESTful API that uses JSON data formats for requests and responses. The API provides endpoints for managing customers, reservations, tables, and events, among other resources. Large datasets require robust pagination