Getting Started
Make your first request in minutes.
Prerequisites
- A Tableo restaurant account.
- An API token generated in the admin panel.
Create a Token
- Open the Tableo admin panel.
- Go to Restaurant Settings > API Integration.
- Generate a new token and store it securely.
Tokens are shown once. If you lose a token, revoke and create a new one.
Make Your First Request
curl "https://devrms.tabdevx.com/api/restaurant/availabilities?date=2026-03-18&days=1" \
-H "Authorization: Bearer <token>" \
-H "Accept: application/json"Environments
- Sandbox:
https://devrms.tabdevx.com - Production:
https://app.tableo.com
Use the same paths for both environments.