ItsaCheckmate · Example Payload

Marketplace Api Token Request Example

RestaurantPoint Of SaleOnline OrderingDeliveryMenusOrdersIntegration

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

Top-level fields

grant_typeclient_idclient_secretredirect_uricoderefresh_token

Example Payload

Raw ↑
{
  "grant_type": "authorization_code",
  "client_id": "id_500123",
  "client_secret": "example",
  "redirect_uri": "example",
  "code": "example",
  "refresh_token": "tok_a1b2c3d4e5f6"
}