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
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Path Parameters
The identifier of the calendar.
Maximum length:
5000
Query Parameters
Only return subscribers that are active or inactive (e.g., pass false
to list all inactive subscribers).
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.