OAuth authorization
documentedRedirect the user to Toodledo's OAuth2 authorization page to grant access to your app.
GET /3/account/authorize.phpAccountno 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.toodledo.com/3/account/authorize.php?response_type=code&client_id={{TOODLEDO_CLIENT_ID}}&redirect_uri={{$redirect_uri}}&scope={{$scope}}&state={{$state}}" \
-H "Accept: text/html"