v1

latestOpenAPI 3.1.02026-08-04134182237.9 KB
OAuth

Authorize

Begin the authorization-code flow.

On success, redirect (302) to the frontend consent screen carrying the opaque request_id. On validation failure, return a 400 JSON error rather than redirecting to an unvalidated URI.

get/oauth/authorize

Query parameters

response_typestring required
client_idstring required
redirect_uristring required
code_challengestring required
code_challenge_methodstring
statestring required
scopestring nullable
orgstring nullable

Response

Successful Response

{"stackTrail":"paths:/oauth/authorize:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}