Toast POS Integration
Not configuredSetup
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
- Log in to the Toast Developer Portal and create an integration.
- Toast will provide your Client ID and Client Secret.
- Your Restaurant GUID appears in the Toast back-office URL or is provided by your Toast account manager.
- The API Base URL is given by Toast — use the sandbox URL during development.
- Once all four values are in
.env, restart the app and return to this page.