Skip to main content
The Partner API is a REST API scoped to a single restaurant. Each API token grants access to one restaurant’s catalog (tables, rooms, shifts, discounts), its availability, and its reservations.

Base URL

Authentication

All business endpoints require a Bearer token passed in the Authorization 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 codes 200 or 201. Error responses share a common envelope:
Always log 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.