Kitchen API overview

Note

This content has moved to the Developer Guide. This site will be deprecated on September 1, 2026.

The kitchen API allows you to retrieve information about prep station configuration and item fulfillment. The kitchen API requires the kitchen:read scope and uses the global rate limit.

The kitchen API allows you to:

  • Send a GET request to /kitchen/v1/published/prepStations/{guid} to retrieve information about a specific prep station at a specific location.

  • Send a GET request to /kitchen/v1/published/prepStations to retrieve information about all prep stations at a specific location.

  • Send a GET request to /kitchen/v1/export/itemFulfillments to retrieve information about kitchen fulfillment for items.

The /kitchen/v1/published/prepStations/{guid} and /kitchen/v1/published/prepStations endpoints are included with standard API access, the /kitchen/v1/export/itemFulfillments endpoint requires an active subscription to Toast Restaurant Management Suite Pro or higher to retrieve the data. Making a request to the endpoint without Toast Restaurant Management Suite Pro or higher results in a 204 error, which indicates the restaurant does not have access to the endpoint.