List following

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

Get a list of who a certain user follows.

Request Params

KeyDatatypeRequiredDescription
bookmarkstringCursor used to fetch the next page of items
page_sizenumberMaximum number of items to include in a single page of the response. See documentation on <a href='/docs/getting-started/pagination/'>Pagination</a> for more information.
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;}