Sevenrooms Api Documentation Access

– Retrieve a specific guest by ID. GET /guests – List guests with pagination. Filter by email , phone , or updated_at range. POST /guests – Create a new guest. Required fields: first_name , last_name , and at least one contact method ( email or phone ). PUT /guests/guest_id – Update custom fields, tags, or dietary notes.

– Fetch reservations within a date range. Supports query params: start_date , end_date , venue_id , status (e.g., confirmed , seated , completed ). POST /reservations – Create a booking. You must reference an existing guest_id or create a guest on the fly using nested objects. DELETE /reservations/reservation_id – Cancel a reservation (requires a cancellation_reason parameter in the body). sevenrooms api documentation

In this comprehensive guide, we will dissect the official SevenRooms API documentation, explore its core functionalities, authentication methods, key endpoints, rate limits, and best practices for integration. Whether you are building a direct integration for a multi-location brand or simply connecting to a third-party middleware, this article will serve as your definitive roadmap. Before diving into the documentation, it is critical to understand what the SevenRooms API is—and what it is not. – Retrieve a specific guest by ID