Skip to main content
GET
Get Restaurant Status

Overview

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

Path Parameters

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

Headers

string
required
Your API access token

Response

boolean
true if successful
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