Sevenrooms: Hold Reservation
Sevenrooms via Parse · food_dining
Hold a reservation slot for 5 minutes before completing the booking. Use access_persistent_id and shift_persistent_id from search_availability results for the exact date and time slot returned. Returns a reservation_hold_id needed for create_reservation. The hold expires after 300 seconds. Search for available restaurant tables across any SevenRooms venue, get venue details, check available dates, and make reservations. Fulfilled by Parse from www.sevenrooms.com.
- food-dining
- maps-geo
- parse
- platform-key
- sevenrooms
- travel
- www-sevenrooms-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/ad4bb394-079b-49ce-9c1b-bcc748b5ac37/hold_reservation
- Interface artifact
- sha256:86e6ba785526a095b68b425db880b6c1e759dfbfb94da1b1369d764dab46029d
- Manifest digest
- sha256:20d7d0339334aaa513ee229f0b83608c2c931ac474b914254a19adfbf659156e
Request fields
- date (string, required): Date in YYYY-MM-DD format, must match a date from search_availability
- time (string, required): Time in HH:MM format (e.g., '20:00'), must match a time slot from search_availability
- party_size (integer, required): Number of guests
- venue_slug (string, required): The venue's URL key/slug
- shift_persistent_id (string, required): Shift persistent ID from search_availability time_slots[*].shift_persistent_id
- access_persistent_id (string, required): Access persistent ID from search_availability time_slots[*].access_persistent_id
Example queries
- {"date":"2026-06-11","time":"12:00","party_size":"2","venue_slug":"wildtavernchelsea","shift_persistent_id":"ahNzfnNldmVucm9vbXMtc2VjdXJlchwLEg9uaWdodGxvb3BfVmVudWUYgICE94rM0AkM-LUNCH-1650291070.0","access_persistent_id":"ahNzfnNldmVucm9vbXMtc2VjdXJlchwLEg9uaWdodGxvb3BfVmVudWUYgICE94rM0AkM-1626628965.14-0.568977620733"}