Otter · Example Payload

Public Api Hours Data Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api Hours Data Example is an example object payload from Otter, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

timeZoneregularHoursspecialHours

Example Payload

Raw ↑
{
  "timeZone": "America/Los_Angeles",
  "regularHours": [
    {}
  ],
  "specialHours": [
    {}
  ]
}