Sign in

OAuth2 authorize

documented

Authorize the app via OAuth 2.0.

GET /auth/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.toneden.io/auth/oauth2/authorize?response_type=code&client_id={{TONEDEN_CLIENT_ID}}&redirect_uri={{REDIRECT_URI}}" \
  -X GET \
  -H 'Accept: application/json'