List pins on board
documentedList Pins on a specific board.
GET /boards/{board_id}/pinsBoardsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.pinterest.com/v1/boards/{{$board_id}}/pins/?limit={{$limit}}&fields=id,link,note,image,counts,created_at&access_token={{OAUTH2_ACCESS_TOKEN}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"