oauth

Authorization endpoint (user consent)

Browser endpoint where the user approves an agent's access. Use the authorization code + PKCE flow.

get/api/auth/oauth2/authorize

Query parameters

response_type'code' required
client_idstring required
redirect_uristring uri required
scopestring
Example:openid profile email offline_access
statestring
code_challengestring required
code_challenge_method'S256' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.