Sign in

Authorize OAuth 2.0 authorization code grant

documented

Initiate the OAuth 2.0 authorization code grant flow by obtaining the authorization code.

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://api.rightsignature.com/oauth/authorize?client_id={{RIGHTSIGNATURE_CLIENT_ID}}&redirect_uri={{$redirect_uri}}&response_type=code" \
  -X GET \
  -H "Accept: application/json"