Zum Inhalt springen
OpenALaCarte

Tables & QR

Floor-plan tables with their scan-to-order QR links. Auth: Authorization: Bearer oac_live_<key>. A company key covers every property it owns; a venue key covers its venue. Lists are cursor-paginated.

GET/api/v1/tables

Every table with a `scanUrl` — the link encoded in its printed QR — for your own signage or floor-plan tooling.

Query: restaurantId, active (true·false), limit (≤200), cursor

200 OK
{
  "data": [
    { "id": "clo...", "restaurantId": "clr...", "number": "12", "capacity": 4,
      "isActive": true, "shape": "SQUARE", "qrToken": "9f3c…",
      "scanUrl": "https://openalacarte.com/en/menu/the-red-lion-arundel?t=9f3c…" }
  ],
  "nextCursor": null
}