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
Returns a PrepStation
object.
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'
{- "guid": "string",
- "entityType": "string",
- "connectedPrepStations": [
- {
- "guid": "string",
- "entityType": "string"
}
], - "printingMode": "ON",
- "includeWithExpediter": true,
- "name": "string",
- "kitchenPrinter": {
- "guid": "string",
- "entityType": "string"
}
}