Skip to main content
GET
/
calendar
/
bookable
/
usage
Get Bookable Usage
curl --request GET \
  --url https://api.decodahealth.com/calendar/bookable/usage \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "eventId": "<string>",
    "serviceId": "<string>",
    "bookableId": "<string>",
    "start": "2023-11-07T05:31:56Z",
    "end": "2023-11-07T05:31:56Z"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

bookable_ids
string[]
required
start
string<date-time> | null
end
string<date-time> | null
location_id
string | null

Response

Successful Response

eventId
string
required
serviceId
string
required
bookableId
string
required
start
string<date-time>
required
end
string<date-time>
required