client_id (required): Your application's Client ID
redirect_uri (required): Must match the URIs registered with HealthSherpa
response_type (required): Always code
scope (required): partner_api_v2 - grants access to the Partner API v2
2. User Authorizes Your Application
The user will see a consent screen asking to authorize your application. Upon approval, they are redirected to your redirect_uri with an authorization code:
3. Exchange Authorization Code for Access Token
Your server exchanges the authorization code for an access token: