API Reference/Third Party Apps
POST
/oauth2/v1/apps/finish-authorize

Request Body

application/jsonRequired
state_idstring
app_idstring
error_redirect_uristring
consent_idstring
curl -X POST "https://api.descope.com/oauth2/v1/apps/finish-authorize" \
  -H "Content-Type: application/json" \
  -d '{
    "state_id": "string",
    "app_id": "string",
    "error_redirect_uri": "string",
    "consent_id": "string"
  }'

OK

{}

Was this helpful?