---
title: "Changes to List following boards"
method: GET
path: "/user_account/following/boards"
---

# Changes to List following boards

`GET /user_account/following/boards`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 29 revisions.

- **2026-06-04** (v5) `b698c180678a` — 1 breaking, 7 info
- **2025-10-16** (v5) `14c297539b64` — 2 breaking, 10 warning, 5 info
- **2025-07-16** (v5) `43134ca41f18` — 1 info
- **2024-08-14** (v5) `89c27ed39cfd` — 1 info
- **2024-04-23** (v5) `f9321315766f` — 1 breaking
- **2024-02-08** (v5) `7529b464d5cb` — 1 info
- **2023-05-12** (v5) `689b4b267639` — 9 warning, 11 info
- **2023-02-14** (v5) `be19b77aa78a` — 1 info

## Changes

- **2026-06-04** (v5) `b698c180678a` — 1 breaking, 7 info
  - the response's body type changed from no type to `object` for status `200`
  - removed `#/components/schemas/Paginated, subschema #2` from the response body `allOf` list for the response status `200`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
  - added the non-success response with the status `429`
  - added the optional property `bookmark` to the response with the `200` status
  - added the required property `items` to the response with the `200` status
- **2025-10-16** (v5) `14c297539b64` — 2 breaking, 10 warning, 5 info
  - the `allOf[subschema #2]/items/items/privacy` response's property type changed from `string` to no type for status `200`
  - removed the required property `allOf[subschema #2]/items/items/name` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/board_pins_modified_at` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/collaborator_count` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/created_at` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/description` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/follower_count` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/id` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/is_ads_only` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/media` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/owner` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/pin_count` from the response with the `200` status
  - added `#/components/schemas/BoardBase` to the `allOf[subschema #2]/items/items/` response property `allOf` list for the response status `200`
  - added `#/components/schemas/BoardPrivacy` to the `allOf[subschema #2]/items/items/privacy` response property `allOf` list for the response status `200`
  - removed the `PROTECTED` enum value from the `allOf[subschema #2]/items/items/privacy` response property for the response status `200`
  - removed the `PUBLIC` enum value from the `allOf[subschema #2]/items/items/privacy` response property for the response status `200`
  - removed the `SECRET` enum value from the `allOf[subschema #2]/items/items/privacy` response property for the response status `200`
- **2025-07-16** (v5) `43134ca41f18` — 1 info
  - added the optional property `allOf[subschema #2]/items/items/is_ads_only` to the response with the `200` status
- **2024-08-14** (v5) `89c27ed39cfd` — 1 info
  - the endpoint scheme security `client_credentials` was added to the API
- **2024-04-23** (v5) `f9321315766f` — 1 breaking
  - the `allOf[subschema #2]/` response's property type changed from no type to `object` for status `200`
- **2024-02-08** (v5) `7529b464d5cb` — 1 info
  - added the new optional `query` request parameter `page_size`
- **2023-05-12** (v5) `689b4b267639` — 9 warning, 11 info
  - removed the optional property `allOf[subschema #2]/items/items/board_order_modified_at` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/category` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/collaborated_by_me` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/followed_by_me` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/image_thumbnail_url` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/is_collaborative` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/layout` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/type` from the response with the `200` status
  - removed the optional property `allOf[subschema #2]/items/items/url` from the response with the `200` status
  - added the optional property `allOf[subschema #2]/items/items/board_pins_modified_at` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/items/items/collaborator_count` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/items/items/description` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/items/items/follower_count` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/items/items/media` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/items/items/owner` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/items/items/pin_count` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/items/items/privacy` to the response with the `200` status
  - the response optional property `allOf[subschema #2]/items/items/created_at` became read-only for the status `200`
  - the response optional property `allOf[subschema #2]/items/items/id` became read-only for the status `200`
  - the response property `allOf[subschema #2]/items/items/name` became required for the status `200`
- **2023-02-14** (v5) `be19b77aa78a` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/pinterest/apis/pinterest-rest-api/docs/user_account/following/boards/get.md) · [API](https://skmtc.dev/pinterest/apis/pinterest-rest-api.md) · [Page](https://skmtc.dev/pinterest/apis/pinterest-rest-api/changes/user_account/following/boards/get)
