List Subscribers

GET

Lists subscribers of an object.

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_cursorstringOptionalformat: "text"

The cursor that should be used to iterate the next sequence of results, otherwise if not set, then no elements exist after.

Errors

Built with