ItsaCheckmate · Example Payload

Marketplace Api Location Example

RestaurantPoint Of SaleOnline OrderingDeliveryMenusOrdersIntegration

Marketplace Api Location 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

idnametimezoneverifiedpos_systemaddress

Example Payload

Raw ↑
{
  "id": "id_500123",
  "name": "Downtown Diner",
  "timezone": "America/New_York",
  "verified": true,
  "pos_system": "Toast",
  "address": {
    "street": "123 Main St",
    "city": "New York",
    "state": "NY",
    "zip": "10001",
    "country": "US"
  }
}