Skip to main content
GET
/
v1
/
busySlots
Get busy slots
curl --request GET \
  --url http://localhost:4000/v1/busySlots \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "busySlots": {}
  }
}

Authorizations

Authorization
string
header
required

API key required in Authorization header. Format: iclosed-<token>

Query Parameters

startDate
string
Minimum string length: 1
endDate
string
Minimum string length: 1
timeZone
string
Minimum string length: 1

Response

Busy slots per user and date (startDate, endDate, dateTime as ISO strings)

data
object
required