Search pins
documentedSearch Pins by keywords and other criteria.
GET /search/pinsPinsno 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/search/pins/?query={{$query}}&page={{$page}}&limit={{$limit}}&fields=id%2Curl%2Cnote%2Cboard%2Cimage%2Ccreated_at&access_token={{OAUTH2_ACCESS_TOKEN}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json"