Purpose
Verifies the status and printing/reminder capabilities of a single station, such as a kitchen, bar, or custom station.HTTP Request
Authorization
Required headers:x-tokenx-brandx-venue
Request Example
Response
200 OK — Station found
404 Not Found — Station does not exist
Field Reference
Top-level fields
| Field | Type | Description |
|---|---|---|
success | boolean | Success status of the request. |
data | object | Station information. |
time | number | Response time. |
timestamp | string | ISO 8601 date. |
Station object
| Field | Type | Description |
|---|---|---|
id | string | Station identifier. |
name | string | Station name. |
status | integer | 1 = active, 0 = inactive. |
can_print | boolean | Printer redirection support. |
reminder_enabled | boolean | Is terminal reminder feature on? |
description | string | Optional description. |
created_at | string | Creation time. |
updated_at | string | Last update time. |
Notes
- The station ID (
id) is used for product and printer mapping on the POS side; verify the current restaurant flow before making changes. - Stations that return
can_print=falseare designed only for screen notifications or digital preparation processes. - If
reminder_enabledis off, terminal users will not receive a warning when closing orders without sending them to the printer; it is recommended to keep it on for critical lines. - If a station is not found, it returns
404; selecting a fallback station on the client side or showing a remapping screen to the user provides a good experience.
Authorizations
Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Path Parameters
Station ID