Get Restaurant Status
GEThttps://api.uber.com/v1/eats/store/{store_id}/status
This Get Restaurant Status endpoint retrieves the online status of a restaurant.
¶ Authorization
OAuth 2.0 Bearer token with the eats.store
scope. For more information, see Authentication.
¶ Path Parameters
Name | Type | Description |
---|---|---|
store_id |
string |
Unique identifier representing a store. |
¶ Response
{
"status": "OFFLINE",
"offlineReason": "OUT_OF_MENU_HOURS"
}
¶ Response Body Parameters
Name | Type | Description |
---|---|---|
status |
string |
Field indicating the online status of the restaurant. |
offlineReason |
string |
Field indicating the reason the restaurant is offline. POSSIBLE VALUES:
|