Tripleseat · Example Payload

Tripleseat Api Event Example

RestaurantEventsCateringLeadsWebhooksSales

Tripleseat Api Event Example is an example object payload from Tripleseat, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameevent_datestart_timeend_timestatusguest_countlocation_idaccount_idcreated_atupdated_at

Example Payload

Raw ↑
{
  "id": 500123,
  "name": "Spring Gala Dinner",
  "event_date": "2026-07-15",
  "start_time": "18:00",
  "end_time": "22:00",
  "status": "definite",
  "guest_count": 75,
  "location_id": 500123,
  "account_id": 500123,
  "created_at": "2026-06-03T14:30:00Z",
  "updated_at": "2026-06-03T14:30:00Z"
}