Sign in

OAuth authorize

documented

Authorize a GoTo OAuth client.

GET /oauth/v2/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://authentication.logmeininc.com/oauth/authorize?client_id={{$client_id}}&response_type=code&redirect_uri={{$redirect_uri}}&scope={{$scope}}&state={{$state}}" \
  -X GET \
  -H "Accept: application/json"
OAuth authorize · GoTo · OpenIntegrations