Skip to main content

Retrieve all event types in the audit trail

POST 

/v1/audit-trail/event-types

Returns an array of strings. Each string is an event type that appears in the account's audit trail. Each event type is shown once, no matter how many times it occurs in the account's audit trail.

Request

Responses

successful operation

Schema
    eventTypes string[]

    Event types in the audit trail

Loading...