Sign in

Get posts with a tag

documented

Retrieve posts by tag.

GET /v2/taggedTagged Methodno 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.tumblr.com/v2/tagged?tag={{$tag}}&limit={{$limit}}&before={{$before}}&api_key={{TUMBLR_API_KEY}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get posts with a tag · tumblr · OpenIntegrations