List Subscribers

Lists subscribers of an object.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

idstringRequiredformat: "id"
The object's ID.
cursorstringOptionalformat: "text"
The cursor to resume iteration from, otherwise if not provided, then iteration starts from the beginning.
limitintegerOptional

The maximum number of subscribers to return. If not set or <= 0, then this defaults to 50.

Response

Success.
userslist of objects
The list of subscribers on the object.
next_cursorstring or nullformat: "text"
The cursor that should be used to iterate the next sequence of results, otherwise if not set, then no elements exist after.

Errors