Tock
Tock is a restaurant and hospitality reservations, events, and ordering platform used by restaurants, wineries, bars, and hotels to manage bookings, prepaid experiences, waitlists, and guest data. Tock is owned by American Express (acquired from Squarespace in 2024). Tock exposes a partner and enterprise-gated data API and webhook program rather than an open self-serve developer API - access is limited to Premium and Premium Unlimited plans and is provisioned by request to Tock. The documented surface consists of a twice-daily Data Exports API for historical reservation and guest data, a Guest Profile Ingest API for adding and updating basic guest information and tags, and real-time reservation and guest-profile webhooks. Reservation records cannot be created or manipulated through the API. Data-model reference documentation is published publicly at api.exploretock.com, but concrete endpoint paths, methods, and OpenAPI definitions are only shared with approved partners; the API entries below are modeled from the public data model and API FAQ.
APIs
Tock Data Exports API
Twice-daily export of all historical reservation and guest data for the locations in a Tock business group. Payloads follow the published Reservation data model (party, purchase...
Tock Guest Profile Ingest API
Add and update basic guest information and guest-profile tags in Tock, following the published Guest data model (patron identity, contact details, dietary restrictions, hospital...
Tock Real-time Reservation Webhook
Real-time webhook that delivers reservation updates for all locations within a Tock business group to a partner-supplied endpoint URL. The partner provides the receiving endpoin...
Tock Real-time Guest Profile Webhook
Real-time webhook that delivers guest-profile updates for all locations within a Tock business group to a partner-supplied endpoint URL. Tock POSTs guest-profile events shaped b...