Skip to main content
GET
/
admin
/
bookables
/
list
List Bookables
curl --request GET \
  --url https://api.decodahealth.com/admin/bookables/list \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "locationIds": [
      "<string>"
    ],
    "description": "<string>"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Response

200 - application/json

Successful Response

id
string
required
name
string
required
locationIds
string[]
required
description
string | null