Sign in

Get notes for a post

documented

Retrieve the notes for a specific post.

GET /v2/blog/{blog-identifier}/notesBlogsno 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/blog/{{$blog_identifier}}.tumblr.com/notes?start={{$start}}&limit={{$limit}}&api_key={{TUMBLR_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \

# Source: Tumblr API v2 docs - Notes endpoint
# Official docs: https://github.com/tumblr/docs/api.md
Get notes for a post · tumblr · OpenIntegrations