Calendars
List a calendar's subscribers
Returns a list of a calendar’s subscribers. The subscribers are returned sorted by created date, with the most recently created subscribers appearing first.
GET
/
v1
/
calendars
/
{id}
/
subscribers
Authorizations
Authorization
string
headerrequiredBearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Path Parameters
id
string
requiredThe identifier of the calendar.
Query Parameters
active
boolean
default: trueOnly return subscribers that are active or inactive (e.g., pass false
to list all inactive subscribers).
limit
integer
default: 10A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
Response
200 - application/json
data
object[]
requiredDetails about each object.
object
enum<string>
requiredString representing the object's type. Objects of the same type share the same value. Always has the value list
.
Available options:
list