Returns the available slots of a user over a period, computed from their working time and existing events. Defaults to the current week when from/to are omitted. Requires SITE_CALENDAR:READ.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/calendar/users/{userId}/availability
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/calendar/users/{userId}/availability
curl -i -X GET \
'https://api-doc.immo-facile.com/_mock/openapi/calendar/users/{userId}/availability?tz=Europe%2FParis&from=2026-01-01T00%3A00%3A00&to=2026-01-07T23%3A59%3A59&slot_duration=30&exclude_types=FREE' \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": [ { … } ] }