Tableo Restaurant API

Authentication

Token usage, abilities, and headers.

The Public Restaurant API uses bearer tokens with the restaurant-api ability.

Token Format

Authorization: Bearer <token>

Required Header

All requests must send:

Accept: application/json

If this header is missing, some requests may redirect to HTML login responses.

IP Allowlist (Optional)

If an IP allowlist is configured, requests from non-allowed IPs will return 403.

On this page