User authorization
documentedObtain user consent via OAuth2 authorization endpoint.
GET /oauth2/authorizeAuthenticationno 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://connectionpoint.com/oauth2/authorize?client_id={{$client_id}}&redirect_uri={{$redirect_uri}}&scope={{$scope}}&state={{$state}}&response_type=code" -X GET -H "Accept: text/html"