Tock is a reservations, table-management, and event-booking platform for restaurants, bars, and wineries, letting guests book reservations, takeout, and ticketed culinary experiences around the world. This page is an independent design exercise that asks what a well-designed Tock API could look like: the resources it would expose, the authentication it would need, and the workflows it could unlock. Below: a hypothetical endpoint design, the technical requirements a production implementation would face, the use cases programmatic access could serve, and where to start if your team needs this kind of access today.

This page is an independent analysis by Supergood of what a well-designed Tock API could look like. It draws on publicly available information, vendor materials, and general integration experience in this category. Nothing on this page describes an existing Tock product, and Supergood is not affiliated with or endorsed by the vendor. If the vendor offers an official API, we highly recommend it.
Tock is a reservations, table-management, and event-booking platform for restaurants, bars, and wineries, letting guests book reservations, takeout, and ticketed culinary experiences around the world. Operators use Tock to manage pre-paid bookings and experiences, run events, capture rich guest profiles, and reconcile payments. Acquired by American Express from Squarespace in October 2024, Tock is being combined with Resy into a single reservation platform, bringing its fine-dining and winery inventory under the Resy brand.
Core product areas include:
An API for a platform like this would naturally organize around its core data entities:
Restaurants run daily service on Tock, but turning its data into programmatic automation is gated by plan tier, manual key provisioning, and deliberate read-only limits:
If Tock exposed a modern, general-purpose API, the integration challenges above suggest what it would need to get right. This is a design sketch, not documentation of anything that exists today:
The endpoint sketches, technical requirements, and use cases below flesh out this hypothetical design.
How AI agents could connect to software like Tock: MCP servers for software without a public API →
If your team needs this kind of access today, Supergood builds integrations on request, one customer at a time. We act at the direction of our customers, within the access they already hold. Customers bring their own accounts, licenses, and entitlements. If the vendor offers an official API, we highly recommend it.
Authentication
/authenticateWould authenticate to a Tock business using dashboard credentials or an API key and obtain a session for downstream calls.
Reservations
/reservationsWould list reservations and walk-ins with filters for date, party state, experience, and business location.
Reservations
/reservations/{id}Would retrieve a single reservation with pricing, payments, seating, servers, tags, and guest responses.
Experiences
/experiencesWould list bookable experiences, ticketed events, add-on items, and included menu selections.
Guests
/guestsWould retrieve guest profiles with contact details, visit and spend history, preferences, tags, and occasions.
Guests
/guestsWould add or update basic guest information and profile tags via the Guest Profile Ingest surface.
- Pull reservations, walk-ins, experiences, and payments across all Tock locations - Stream party-state changes (expected, arrived, seated, no-show, cancelled) in real time - Reconcile guest profiles, visit history, and spend into a unified customer 360
- Push visit, spend, and occasion data into email and loyalty platforms - Ingest enriched guest profiles and tags back into Tock for better service - Trigger win-back and VIP campaigns from real-time guest-profile webhooks
- Match subtotals, taxes, service charges, gratuity, and fees against your accounting system - Track refunds, payouts, and discounts on pre-paid bookings and ticketed events - Surface deposits and amounts due for finance reporting
- Feed seating, server, and feedback data into staffing and service-quality tools - Aggregate experience and event demand across venues for forecasting - Monitor real-time reservation flow without manual export downloads
Automate this platform from the no-code stack you already use.
Authentication
Would require API key issued via integrate@tockhq.com, plus authenticated dashboard sessions and MFA with managed session handling
Connectivity
Would build on official Data Exports API, Guest Profile Ingest API, and real-time webhooks, supplemented by authenticated dashboard flows
Response format
Normalized JSON across reservations, experiences, payments, and guest-profile objects
Rate limits
Adaptive throttling tuned to your business to stay within Tock-side limits
Session management
Would need automatic session refresh, MFA handling, and API-key rotation
Data freshness
Near real-time via webhooks; twice-daily Data Exports otherwise reflect data as of ~12 hours prior
Security
Encrypted credential vault, scoped tokens, SOC 2-aligned controls, and audit logging
Webhooks
Real-time callbacks for reservation, walk-in, and guest-profile updates
Latency
Design target: sub-second reads on cached reservation and guest entities; multi-second writes on guest ingest
Throughput
Design target: horizontally scaled workers sized to multi-location reservation and guest volume
Reliability
Retry, backoff, and idempotency keys for guest ingest and webhook reconciliation
Versioning
Clear versioning and change management would matter as Tock evolves
Availability of official interfaces varies by product, plan, and licensing. Many platforms in this category gate access behind partner programs or paid modules, and there is often no broadly available, self-serve public API. Check the vendor's developer resources for current offerings.
The hard parts would be authentication (MFA, session management, enterprise controls), consistent schemas across the platform's products, and write semantics that reconcile the way the platform's own workflows do.
No. This page is an independent analysis by Supergood and is not affiliated with, sponsored by, or endorsed by the vendor. All product names and trademarks belong to their respective owners and are used for identification only. Nothing here documents an actual Tock product or service.
Supergood acts at the direction of its customers, within the access those customers already have. We respect each customer's agreements with their software vendors, and how those agreements apply to a customer's use is a determination the customer makes. If the vendor offers an official API, we highly recommend it.
Supergood builds managed API access to enterprise software for customers on request, scoped to each customer's own licensing and entitlements. If your team needs programmatic access to a platform like this, schedule an integration assessment to discuss options.