Status
Get the current status of the deployed client
Get Status
{
"message": "Your environment status for your client",
"environment_status": {
"hederaAccountId": true,
"hederaPrivateKey": true,
"authenticationKey": true
},
"meta": {
"hint": "Hide this status endpoint by setting \"HIDE_STATUS=TRUE\" in your environment"
}
}Last updated