Toast · Example Payload

Authentication Authentication Token Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

Authentication Authentication Token Example is an example object payload from Toast, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tokenTypescopeexpiresInaccessTokenidTokenrefreshToken

Example Payload

Raw ↑
{
  "tokenType": "Bearer",
  "scope": "string",
  "expiresIn": 86400,
  "accessToken": "string",
  "idToken": "90a86f12",
  "refreshToken": "string"
}