Skip to main content
GET
/
api
/
partner
/
v1
/
rooms
Get all rooms
curl --request GET \
  --url https://app.eat-now.io/api/partner/v1/rooms \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "room_main",
      "name": "Main room",
      "name_i18n": {
        "EN": "Main room",
        "FR": "Salle principale"
      },
      "order": 1,
      "selectable": true,
      "cover_image": null
    }
  ]
}

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 rooms ordered by room order

data
object[]
required