Sign in

Authorize OAuth2

documented

Redirect user to Tumblr to authorize via OAuth2.

GET /oauth2/authorizeAuthenticationno 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://www.tumblr.com/oauth2/authorize?response_type=code&client_id={{TUMBLR_API_KEY}}&redirect_uri={{$redirect_uri}}&scope={{$scope}}&state={{$state}}' \\
  -L \\
  -H 'Accept: application/json'