API ReferenceInbound Apps
GET
/oauth2/v1/apps/authorize

Query Parameters

response_type?string
scope?string
client_id?string
state?string
redirect_uri?string
code_challenge_method?string

PKCE

code_challenge?string
nonce?string
loginHint?string
prompt?string
flow?string
flow_token?string
resource?array<string>
string

RFC 8707 - OAuth 2.0 Resource Indicators

project_id?string
tenant?string
mcp_server_id?string
style?string

Third Party application authorization GET endpoint

curl -X GET "https://api.descope.com/oauth2/v1/apps/authorize"
{}
export interface Response {}
Was this helpful?