Get actions state
Get a response actions state, which reports whether encryption is enabled.
GET
/api/endpoint/action/state
curl \
--request GET 'http://localhost:5622/api/endpoint/action/state' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"body": {
"data": {
"canEncrypt": true
}
}
}