ApiThird party apps
POST
/oauth2/v1/apps/finish-authorizeRequest Body
application/json
state_id?string
app_id?string
error_redirect_uri?string
consent_id?string
Third Party application authorization finish endpoint
curl -X POST "https://api.descope.com/oauth2/v1/apps/finish-authorize" \ -H "Content-Type: application/json" \ -d '{}'{}export interface Response {} Was this helpful?