Skip to main content

Purpose

Verifies the status and printing capabilities of a single station, such as a kitchen, bar, or custom station.

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.

Request Example

Response

200 OK — Station found

404 Not Found — Station does not exist

Field Reference

Station object

Notes

  • The station ID is used for product and printer mapping on the POS side; verify the current restaurant flow before making changes.
  • Stations with printable=0 are designed only for screen notifications or digital preparation processes.
  • 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.