Get actions state

GET /api/endpoint/action/state

Spaces method and path for this operation:

get /s/{space_id}/api/endpoint/action/state

Refer to Spaces for more information.

Get a response actions state, which reports whether encryption is enabled.

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • body object Required
      Hide body attribute Show body attribute object
      • data object Required
        Hide data attribute Show data attribute object
        • canEncrypt boolean
GET /api/endpoint/action/state
curl \
 --request GET 'http://localhost:5601/api/endpoint/action/state' \
 --header "Authorization: $API_KEY"