Retrieve blog info
documentedRetrieve general information about a blog, such as title, post count, and related metadata.
GET /v2/blog/{blog-identifier}/infoBlogsno 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.tumblr.com/v2/blog/{{$blog_identifier}}/info?api_key={{TUMBLR_API_KEY}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"