Skip to main content
GET
Single order

Authorizations

X-Api-Key
string
header
required

Restaurant API Key. Can be obtained from Tools > API Access in the xMenu dashboard.

Query Parameters

restuid
string

Restaurant unique identifier (not required with X-Client-Id authentication)

uid
string
required

Order ID

Response

Order details retrieved successfully

success
boolean
required

Operation result: true if successful, false if failed

error
string

Error code if the operation failed. Possible values:

  • ORDER_NOT_FOUND = Order not found

See Error codes for general error codes that may also occur.

message
string

Human-readable error description if the operation failed

order
object

Order object containing all order details