v43

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-0953227392.1 KB
Audit

List Activity Types

Returns the list of all auditable activity types. Use this to understand what actions are tracked and to build filters when querying audit entries.

get/audit/v3/activity-types

Response

Successful response

Example response

{
  "activity_types": [
    {
      "resource_type": "user, credential",
      "action": "login, create, update, delete"
    }
  ]
}