Toast · Example Payload

Authentication Authentication Token Example

Food ServicePoint of SaleRestaurantsHospitality

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": "sample-scope",
  "expiresIn": 86400,
  "accessToken": "sample-accessToken",
  "idToken": "ID-3829",
  "refreshToken": "sample-refreshToken"
}