Tableo Restaurant API

Getting Started

Make your first request in minutes.

Prerequisites

  • A Tableo restaurant account.
  • An API token generated in the admin panel.

Create a Token

  1. Open the Tableo admin panel.
  2. Go to Restaurant Settings > API Integration.
  3. 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.

On this page