cURL
curl --request GET \ --url http://localhost:4000/v1/busySlots \ --header 'Authorization: Bearer <token>'
200
Example
{ "data": { "busySlots": {} } }
Returns busy slots for given users in a date range
API key required in Authorization header. Format: iclosed-<token>
iclosed-<token>
1
Busy slots per user and date (startDate, endDate, dateTime as ISO strings)
Show child attributes