Skip to main content
GET
Get Restaurant Status

Overview

Checks the current operational status of a specific restaurant/branch.

Path Parameters

rest_id
string
required
Restaurant/branch UUID from the /restaurants/get response

Headers

Access-Token
string
required
Your API access token

Response

status
boolean
true if successful
data
string
Current restaurant status: "Open" or "Closed"

Examples

Response Examples

Restaurant is accepting orders.

Error Responses

Use Cases

Show current restaurant status in your POS interface.
Check status when POS application starts.
Poll status periodically to stay in sync.
Status changes made via the API are immediately reflected in the Dükkango platform.

Open Restaurant

Change status to open

Close Restaurant

Change status to closed