Base URL
Authentication
All business endpoints require a Bearer token passed in theAuthorization header. Tokens are issued per restaurant and scope every request to that restaurant.
Use
GET /me to verify a token and inspect the restaurant and scopes it maps to before calling business endpoints.Response format
Successful responses return JSON with status codes200 or 201. Error responses share a common envelope:
request_id — include it when contacting support so we can trace the exact call in our systems.
Status codes
Where to start
Who am I
Verify your token and inspect the restaurant it maps to.
Search availability
Find bookable slots for a party on a given date.
Create a reservation
Book a slot on behalf of a customer.
Catalog
Browse tables, rooms, shifts, and discounts.
