Deliverect · Example Payload

Loyalty Api Loyalty Token Example

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

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

Top-level fields

grant_typeclient_idclient_secretcodeaccountIdloyaltyProfileId

Example Payload

Raw ↑
{
  "grant_type": "authorization_code",
  "client_id": "609a1b2c3d4e5f6a7b8c9d0e",
  "client_secret": "string",
  "code": "string",
  "accountId": "5b71c6489f00290d4",
  "loyaltyProfileId": "609a1b2c3d4e5f6a7b8c9d0e"
}