Skip to main content
GET
/
spaces
List spaces
curl --request GET \
  --url https://api.bookingshake.io/api/spaces \
  --header 'Authorization: Bearer <token>'
[
  {
    "value": "Lp9Xt2Kj5mQw",
    "label": "Salle de conférence A"
  },
  {
    "value": "Hn4Yr8Pl6nZx",
    "label": "Salle de conférence B"
  },
  {
    "value": "Rt3Ws7Gk2bVc",
    "label": "Grand Ballroom"
  },
  {
    "value": "Pq5Jn9Zm4fLt",
    "label": "Terrasse panoramique"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication using your BookingShake API key. Retrieve your API key from Settings > Integrations in your BookingShake dashboard.

Response

List of spaces retrieved successfully

value
string

Space ID

Example:

"Lp9Xt2Kj5mQw"

label
string

Space display name (may be in French or configured language)

Example:

"Salle de conférence A"