Skip to main content
GET
Get Blocked Slots

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-04-15

Query Parameters

locationId
string
required

Location Id

Example:

"0007BWpSzSwfiuSl0tR2"

userId
string

User Id - Owner of an appointment. Either of userId, groupId or calendarId is required

Example:

"CVokAlI8fgw4WYWoCtQz"

calendarId
string

Either of calendarId, userId or groupId is required

Example:

"BqTwX8QFwXzpegMve9EQ"

groupId
string

Either of groupId, calendarId or userId is required

Example:

"ocQHyuzHvysMo5N5VsXc"

startTime
string
required

Start Time (in millis)

Example:

"1680373800000"

endTime
string
required

End Time (in millis)

Example:

"1680978599999"

Response

Successful response

events
object[]
Last modified on March 8, 2026