List following

GET {{baseUrl}}/user_account/following?bookmark=<string>&feed_type=ALL&explicit_following=false&ad_account_id=579382468

Get a list of who a certain user follows.

Request Params

KeyDatatypeRequiredDescription
bookmarkstringCursor used to fetch the next page of items
feed_typestringThrift param specifying what type of followees will be kept. Default to include all followees.
explicit_followingbooleanWhether or not to include implicit user follows, which means followees with board follows. When explicit_following is True, it means we only want explicit user follows.
ad_account_idnumberUnique identifier of an ad account.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[],&quot;bookmark&quot;:&quot;\u003cstring\u003e&quot;}