Setup

Add the following variables to your .env file, then restart the server:

TOAST_API_BASE_URL=https://ws-sandbox-api.eng.toasttab.com
TOAST_CLIENT_ID=your-client-id
TOAST_CLIENT_SECRET=your-client-secret
TOAST_RESTAURANT_GUID=your-restaurant-guid

Where to get these credentials

  1. Log in to the Toast Developer Portal and create an integration.
  2. Toast will provide your Client ID and Client Secret.
  3. Your Restaurant GUID appears in the Toast back-office URL or is provided by your Toast account manager.
  4. The API Base URL is given by Toast — use the sandbox URL during development.
  5. Once all four values are in .env, restart the app and return to this page.