auditlog

Get all event types of audit log

Get all event types of audit log

get/auditlog-exts/events

Headers

X-Request-Idstring

An unique ID for the request

Response

Success

event_typestring

the event type, such as create_user.

Example response

[
  {
    "event_type": "create_user"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.