/api/v1/availabilityReturns bookable time slots for one of your restaurants on a given date and party size. Query params: slug, date (YYYY-MM-DD) and party.
Example request
curl "https://tablevent.com/api/v1/availability?slug=your-restaurant&date=2026-07-01&party=2" \
-H "Authorization: Bearer tvk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"