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
Key | Datatype | Required | Description |
---|---|---|---|
bookmark | string | Cursor used to fetch the next page of items | |
page_size | number | Maximum 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"canonical_url":"\u003cstring\u003e","id":"867183","key":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"canonical_url":"\u003cstring\u003e","id":"245638","key":"\u003cstring\u003e","name":"\u003cstring\u003e"}],"bookmark":"\u003cstring\u003e"}