user_account
List following interests
Get a list of a user's following interests in one place.
get/users/{username}/interests/follow
Path parameters
usernamestring required
A valid username
Query parameters
bookmarkstring
Cursor used to fetch the next page of items
page_sizeinteger
Maximum number of items to include in a single page. See documentation on Pagination for more information.
Response
The request has succeeded.
Example response
{
"items": [
{
"id": "903972677830",
"key": "man cave",
"name": "Man cave"
}
]
}