Get Restaurant Status
Restaurants
Get Restaurant Status
Check if restaurant is open or closed
GET
Get Restaurant Status
Overview
Checks the current operational status of a specific restaurant/branch.Path Parameters
Restaurant/branch UUID from the
/restaurants/get responseHeaders
Your API access token
Response
true if successfulCurrent restaurant status:
"Open" or "Closed"Examples
Response Examples
- Open
- Closed
Error Responses
Use Cases
Display Status in POS
Display Status in POS
Show current restaurant status in your POS interface.
Sync Status on Startup
Sync Status on Startup
Check status when POS application starts.
Periodic Status Check
Periodic Status Check
Poll status periodically to stay in sync.
Status changes made via the API are immediately reflected in the Dükkango platform.
Related Endpoints
Open Restaurant
Change status to open
Close Restaurant
Change status to closed