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>"
}
]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>"
}
]