cURL
OAuth & Consent
OAuth · Authorize
GET
cURL
SDK equivalent
HumanitySDK.buildAuthUrl or construct them manually with:
client_id,redirect_uri,response_type=codescope– space-delimited preset keys (e.g.is_human is_21_plus)code_challenge+code_challenge_method=S256- Optional context:
state,prompt,nonce,authorization_id,login_hint
/oauth/authorize/context to hydrate an authorization prompt (name, avatar, requested presets) and /oauth/authorize/result to resolve the final decision if you are embedding the consent UI.