Get Team Available Slots
GET {{baseUrl}}/slots?eventTypeId=18&startTime={{start_of_month}}&endTime={{end_of_month}}&timeZone=America/Mazatlan
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| eventTypeId | number | You can either pass a direct eventTypeId OR a usernameList/eventTypeSlug combination | |
| usernameList | string | ||
| eventTypeSlug | string | ||
| startTime | string | ||
| endTime | string | ||
| timeZone | string | 
RESPONSES
status: OK
{"slots":{}}