List Subscribers
Lists subscribers of an object.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
id
The object's ID.
cursor
The cursor to resume iteration from, otherwise if not provided, then
iteration starts from the beginning.
limit
The maximum number of subscribers to return. If not set or <= 0
,
then this defaults to 50
.
Response
Success.
users
The list of subscribers on the object.
next_cursor
The cursor that should be used to iterate the next sequence of
results, otherwise if not set, then no elements exist after.