Skip to main content
GET
/
api
/
partner
/
v1
/
tables
Get all tables
curl --request GET \
  --url https://app.eat-now.io/api/partner/v1/tables \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "table_1",
      "room_id": "room_main",
      "waiter_id": "waiter_1",
      "name": "T1",
      "model": "ROUND",
      "min_pax": 2,
      "max_pax": 4,
      "available_online": true
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.eat-now.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:your_token_here
required

Restaurant-scoped partner API token passed as Authorization: Bearer <token>.

Response

All restaurant tables ordered by name

data
object[]
required