Retrieves the status of a specific location (e.g., open or closed) based on its operating hours.
curl --request GET \ --url https://api.craveup.com/v1/api/v1/locations/{locationId}/status \ --header 'X-API-Key: <api-key>'
{ "orderTime": "<string>", "isWorkingHours": true }
The location's unique ID.
The response is of type object.
object