Following

List Active Followings

Get a paginated list of followings for an Account. Newest followings are first.

get/api/{account}/following/active

Query parameters

limitinteger

Number of followings to return (1-50). Must be at least 1. Must not be greater than 50.

Example:10

Number of followings to return (1-50). Must be at least 1. Must not be greater than 50.

offsetinteger

Pagination offset. Must be at least 0.

Pagination offset. Must be at least 0.

filterobject
filter.onlineinteger nullable

Filter by online status (1 for online, 0 for offline, null for all).

Example:1

Filter by online status (1 for online, 0 for offline, null for all).

filter.paidinteger nullable

Filter by paid status (1 for paid, 0 for free, null for all).

Example:1

Filter by paid status (1 for paid, 0 for free, null for all).

Changes