List following boards
GET {{baseUrl}}/user_account/following/boards?bookmark=<string>&explicit_following=false&ad_account_id=579382468
Get a list of the boards a user follows. The request returns a board summary object array.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| bookmark | string | Cursor used to fetch the next page of items | |
| explicit_following | boolean | Whether or not to include implicit user follows, which means followees with board follows. When explicit_following is True, it means we only want explicit user follows. | |
| ad_account_id | number | Unique identifier of an ad account. | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"items":[{"name":"\u003cstring\u003e","id":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","board_pins_modified_at":"\u003cdateTime\u003e","description":"\u003cstring\u003e","collaborator_count":"\u003cinteger\u003e","pin_count":"\u003cinteger\u003e","follower_count":"\u003cinteger\u003e","media":{"image_cover_url":"\u003cstring\u003e","pin_thumbnail_urls":["\u003cstring\u003e","\u003cstring\u003e"]},"owner":{"username":"\u003cstring\u003e"},"privacy":"PUBLIC"},{"name":"\u003cstring\u003e","id":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","board_pins_modified_at":"\u003cdateTime\u003e","description":"\u003cstring\u003e","collaborator_count":"\u003cinteger\u003e","pin_count":"\u003cinteger\u003e","follower_count":"\u003cinteger\u003e","media":{"image_cover_url":"\u003cstring\u003e","pin_thumbnail_urls":["\u003cstring\u003e","\u003cstring\u003e"]},"owner":{"username":"\u003cstring\u003e"},"privacy":"PUBLIC"}],"bookmark":"\u003cstring\u003e"}