cURL
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" } ]
Return all EventServiceBookable slices for the given bookable IDs within [start, end].
Excludes archived events.
The tenant you are making this request on behalf of
Your api key
Successful Response