Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v4/booking-availability/user/{id}/timeframe
{ "hostId": "<string>", "available": [ { "start": "<string>", "end": "<string>", "unavailabilityEvent": { "hostId": "<string>", "hostName": "<string>", "picture": "<string>" } } ], "unavailable": [ { "start": "<string>", "end": "<string>", "unavailabilityEvent": { "hostId": "<string>", "hostName": "<string>", "picture": "<string>" } } ] }
User ID
Start date and time in ISO format
End date and time in ISO format
Show child attributes