Deliveroo · Example Payload

Site Api Opening Hours Example

Food DeliveryGroceryMarketplaceLogisticsRestaurants

Site Api Opening Hours Example is an example object payload from Deliveroo, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

opening_hours

Example Payload

Raw ↑
{
  "opening_hours": [
    {
      "day_of_week": "monday",
      "time_periods": [
        {}
      ]
    }
  ]
}