API Reference/Management/Third Party Apps
GET
/v1/mgmt/thirdparty/app/secret

Authorization

AuthorizationRequiredBearer <token>

< Project ID >:< Management Key > as bearer

In: header

Query Parameters

idstring
curl -X GET "https://api.descope.com/v1/mgmt/thirdparty/app/secret?id=string" \
  -H "Authorization: Bearer <token>"

OK

{
  "cleartext": "string"
}

Was this helpful?