API ReferenceManagementInbound Apps
GET
/v1/mgmt/thirdparty/app/secret

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Get a third party application secret, using a valid management key.

curl -X GET "https://api.descope.com/v1/mgmt/thirdparty/app/secret"
{  "cleartext": "string"}
export interface Response {cleartext?: string}
Was this helpful?