Get a prep station

Returns the configuration for a single prep station that has been defined for the specified restaurant. A prep station represents the location of a kitchen printer or KDS device that receives orders for fulfillment.

Related topics:
Routing to prep stations

Securityoauth2
Request
path Parameters
guid
required
string
header Parameters
Toast-Restaurant-External-ID
required
string

The Toast platform identifier for the restaurant.

Responses
200

Returns a PrepStation object.

get/prepStations/{guid}
Request samples
curl -i -X GET \
  'https://toast-api-server/kitchen/v1/published/prepStations/{guid}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Toast-Restaurant-External-ID: string'
Response samples
application/json
{
  • "guid": "string",
  • "entityType": "string",
  • "connectedPrepStations": [
    ],
  • "printingMode": "ON",
  • "includeWithExpediter": true,
  • "name": "string",
  • "kitchenPrinter": {
    }
}