Skip to main content
WEBHOOK
order.countdown_started
{
  "event": "order.countdown_started",
  "order": {
    "uid": "<string>",
    "token": "<string>",
    "confirmation": {
      "confirmed": true,
      "countdown_time": 123,
      "countdown_started": "<string>",
      "countdown_started_iso": "2023-11-07T05:31:56Z",
      "countdown_end": "<string>",
      "countdown_end_iso": "2023-11-07T05:31:56Z",
      "timeout": true
    }
  }
}

Authorizations

X-Xmenu-Signature
string
header
required

HMAC-SHA256 signature of the payload, calculated using the restaurant's Webhook Secret. See the Webhook Security documentation for validation details.

Body

application/json
event
enum<string>
required

Event type identifier

Available options:
order.countdown_started
order
object
required

Reduced order object for countdown_started event

Response

200

Return a 200 status to indicate that the webhook was received successfully