"error": "code": "duplicate_reservation", "message": "A reservation already exists for this guest at overlapping time", "details": "conflicting_id": "res_xyz789"
– Returns active waitlist entries, including party size, guest name, and estimated wait time. POST /waitlist/venue_id/entries – Add a party to the waitlist. PATCH /waitlist/entries/entry_id/seat – Marks a party as seated and releases the table. sevenrooms api documentation
Even the best documentation can’t cover every edge case. When you’re stuck: "error": "code": "duplicate_reservation"
The documentation is clear, well-structured, and provides a good foundation for developers. However, it could benefit from additional guidance, tutorials, and expanded code samples to make it more comprehensive and user-friendly. including party size
Pro tip: SevenRooms uses API keys tied to specific Venues or Portfolio level access, so clarify your scope before writing a single line of code.
...........................