---
title: "Get the restaurant's delivery and collection lead times"
method: GET
path: "/restaurants/{tenant}/{restaurantId}/ordertimes"
tags: ["publicly-accessible", "Restaurant OrderTimes"]
---

# Get the restaurant's delivery and collection lead times

`GET /restaurants/{tenant}/{restaurantId}/ordertimes`

Get list of the delivery and collection lead times supplied by the restaurant

## Path parameters

- `tenant` string, required
- `restaurantId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- OrderTime[]
  - `serviceType` 'Delivery' | 'Collection' — Service type of the order time
  - `dayOfWeek` 'Sunday' | 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' — Day of week for order time
  - `lowerBoundMinutes` integer — Order time lower bound value, in minutes.
  - `upperBoundMinutes` integer — Order time upper bound value, in minutes.

## Other responses

- `401` — Unauthorized. The client did not provide an authentication token or the token was invalid
- `403` — Forbidden - the restaurant still uses deprecated approach of Lunch and Night menus
- `500` — Internal Server Error

---

[API](https://skmtc.net/just-eat/apis/just-eat-api.md) · [All operations](https://skmtc.net/just-eat/apis/just-eat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/just-eat/just-eat-api/revisions/4b25c7d97a53/schema)
