API ReferenceApplications
POST
/oauth2/v1/parRequest Body
application/json
client_id?string
client_secret?string
response_type?string
scope?string
redirect_uri?string
code_challenge?string
code_challenge_method?string
state?string
nonce?string
dpop_jkt?string
request?string
request_uri?string
project_id?string
client_assertion?string
client_assertion_type?string
ssoAppId?string
Pushed Authorization Request endpoint for federated OIDC apps (RFC 9126).
curl -X POST "https://api.descope.com/oauth2/v1/par" \ -H "Content-Type: application/json" \ -d '{}'{ "request_uri": "string", "expires_in": 0}export interface Response {request_uri?: stringexpires_in?: number} Was this helpful?