Sign in

Authorize user

documented

Redirect user to the OAuth authorization page.

GET /authorizeOAuthno 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://cloud.digitalocean.com/v1/oauth/authorize?response_type={{$response_type}}&client_id={{$client_id}}&redirect_uri={{$redirect_uri}}&scope={{$scope}}&state={{$state}}&prompt={{$prompt}}" \
  -L \
  -X GET \
  -H "Accept: text/html"
Authorize user · DigitalOcean · OpenIntegrations