Retrieve all preparation and service stations
x-tokenx-brandx-venue1 = active, 0 = inactive).| Field | Type | Description |
|---|---|---|
success | boolean | Success status of the request. |
data | array | Station objects. |
total | number | Total number of stations. |
time | number | Response time. |
timestamp | string | ISO 8601 date. |
| Field | Type | Description |
|---|---|---|
id | string | Station identifier. |
name | string | Station name. |
status | integer | 1 = active, 0 = inactive. |
can_print | boolean | Can be redirected to a printer. |
reminder_enabled | boolean | Is reminder notification on? |
description | string | Optional description. |
created_at | string | Creation time. |
updated_at | string | Last update time. |
can_print=true parameter returns only stations that can print receipts; you can use false for digital-only points like kitchen screens.reminder_enabled) is off, “not sent to station” warnings will not appear on the terminal.page, limit) for performance in large restaurant chains; it is generally not necessary for a single branch.Access token obtained from /auth endpoint
Brand identifier
Venue identifier
Filter by station status
0, 1 Filter stations that can print order tickets
Page number for pagination (starts at 1)
x >= 1Number of stations to return per page
1 <= x <= 200