Obtain access token
documentedExchange authorization code or client credentials for an access token.
POST /oauth/v2/tokenAuthenticationno 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://authentication.logmeininc.com/oauth/token" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-H "Authorization: Basic {{GOTO_CLIENT_CRED_B64}}" \
-d "grant_type={{$grant_type}}"