---
title: "List following interests"
method: GET
path: "/users/{username}/interests/follow"
tags: ["user_account"]
---

# List following interests

`GET /users/{username}/interests/follow`

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

## Path parameters

- `username` string, required

## Query parameters

- `bookmark` string
- `page_size` integer

## Response `200`

The request has succeeded.

- object
  - `bookmark` string, nullable
  - `items` Interest[], required
    - `canonical_url` string
    - `id` string
    - `key` string
    - `name` string

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `default` — Unexpected error

---

[API](https://skmtc.net/pinterest/apis/pinterest-rest-api.md) · [All operations](https://skmtc.net/pinterest/apis/pinterest-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinterest/pinterest-rest-api/versions/b698c180678a/schema)
