Skip to main content

Purpose

Allows you to check printer, reminder, and status information by retrieving all stations in your POS and kitchen flows in a single call.

HTTP Request

This endpoint requires authentication. Include your JWT in the x-token header. See Authentication for how to obtain a token and Errors for error responses.

Query Parameters

integer
Filter by station status (1 = active, 0 = inactive).
boolean
Filter stations that can redirect to a printer.
integer
default:"1"
Page number for pagination.
integer
default:"50"
Number of stations to return (1-200).

Request Example

Response

200 OK — List of stations

401 Unauthorized — Authorization missing

Field Reference

Station object

Notes

  • Stations with printable=0 are designed only for screen notifications or digital preparation processes.
  • The active/inactive status of stations affects product routing on the POS side; inactive stations are not assigned to new orders.
  • Adjust pagination parameters (page, limit) for performance in large restaurant chains; it is generally not necessary for a single branch.