Skip to main content
Version: 5.7.0

SysGetAppSecret

Retrieves app secret.

ServiceOperation
globalAppSYS_GET_APP_SECRET

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"secret": "883089a3-9dd0-4c53-8278-7f8ae5a9adab"
},
"status": 200
}