Sign in

Authorize OAuth

documented

Redirects the user to Universe's OAuth authorization endpoint to grant access to your app.

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