Authorize OAuth
documentedRedirects the user to Universe's OAuth authorization endpoint to grant access to your app.
GET /oauth/authorizeOAuthno 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://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"