v1
latestOpenAPI 3.0.02026-07-1498671635.3 KBpublicly-accessible
Restaurant OrderTimes
Get the restaurant's delivery and collection lead times
Get list of the delivery and collection lead times supplied by the restaurant
get/restaurants/{tenant}/{restaurantId}/ordertimes
Path parameters
tenantstring required
A valid country code, e.g. "uk".
restaurantIdstring required
The restaurant Id.
Headers
Authorizationstring required
OAuth2 token issued for logged in restaurant
Response
Success
Example response
[
{
"dayOfWeek": "Monday",
"lowerBoundMinutes": 35,
"serviceType": "Delivery",
"upperBoundMinutes": 50
}
]