Authorize OAuth 2.0 authorization code grant
documentedInitiate the OAuth 2.0 authorization code grant flow by obtaining the authorization code.
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://api.rightsignature.com/oauth/authorize?client_id={{RIGHTSIGNATURE_CLIENT_ID}}&redirect_uri={{$redirect_uri}}&response_type=code" \
-X GET \
-H "Accept: application/json"