API ReferenceThird Party Apps
GET
/oauth2/v1/apps/authorize

Third Party application authorization GET endpoint

Try it

/oauth2/v1/apps/authorize

Authorization

Query Parameters

response_typestring

scopestring

client_idstring

statestring

redirect_uristring

code_challenge_methodstring

PKCE

code_challengestring

noncestring

loginHintstring

promptstring

flowstring

Status codeDescription
200OK
curl -X GET "https://api.descope.com/oauth2/v1/apps/authorize?response_type=string&scope=string&client_id=string&state=string&redirect_uri=string&code_challenge_method=string&code_challenge=string&nonce=string&loginHint=string&prompt=string&flow=string"

{}

Was this helpful?