Skip to main content
GET
/
logs
/
support
/
actions
List Support Audit Actions
curl --request GET \
  --url https://api.example.com/logs/support/actions \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    "<string>"
  ]
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

Ответ со списком доступных действий аудита поддержки.

items
string[]