Get access token
documentedExchange an authorization code or refresh token for an access token.
POST /3/account/token.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/token.php" \
-X POST \
-H "Authorization: Basic {{TOODLEDO_CLIENT_CREDENTIALS_B64}}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "grant_type=authorization_code&code={{TOODLEDO_AUTH_CODE}}&vers={{vers}}&os={{os}}&device={{device}}&f={{f}}"