Tripleseat · Example Payload

Tripleseat Api User Example

RestaurantEventsCateringLeadsWebhooksSales

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

Top-level fields

idfirst_namelast_nameemail_addressactive

Example Payload

Raw ↑
{
  "id": 500123,
  "first_name": "Mark",
  "last_name": "Lawrence",
  "email_address": "contact@example.com",
  "active": true
}