Get Bookable Tables
Bookings
GET /Bookings/tables
Retrieve available tables for a given date and duration.
GET
Get Bookable Tables
Retrieve available tables for a given date and duration.
Response is an array of section objects, each containing a list of tables.
Section object
string
required
Your API key
string
Date to check availability. Formats:
yyyy-MM-dd or yyyy-MM-ddTHH:mm:ss.fffZinteger
Availability duration in minutes. Default:
90
Table object
Example 200 Response
Authorizations
Headers
API Key authentication header
Query Parameters
The Date on which table should be available. Valid Date formats ['yyyy-MM-dd', 'yyyy-MM-ddTHH:MM:SS.fffZ']
The Duration required for table to be available for. Default 90 minutes.