Sign in

Follow a blog

documented

Follow a blog on behalf of the authenticated user.

PUT /v2/user/followUsersno 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/user/follow" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d 'url={{$blog_url}}'