Authorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Query Parameters
id?string
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?