List following interests

GET {{baseUrl}}/users/:username/interests/follow?bookmark=<string>&page_size=25

Get a list of a user's following interests in one place.

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.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;canonical_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;268401015&quot;,&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},{&quot;canonical_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;20681438&quot;,&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}],&quot;bookmark&quot;:&quot;\u003cstring\u003e&quot;}