Toast · Example Payload

Authentication Authentication Response Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

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

Top-level fields

tokenstatus

Example Payload

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