Sign in

List pins on board

documented

List Pins on a specific board.

GET /boards/{board_id}/pinsBoardsno implementation yet0 runs
No 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"
List pins on board · Pinterest · OpenIntegrations