API ReferenceInbound Apps
Request Body
application/json
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 POST endpoint
curl -X POST "https://api.descope.com/oauth2/v1/apps/authorize" \ -H "Content-Type: application/json" \ -d '{}'{}export interface Response {} Was this helpful?