Audit event mappings

get

Get audit event mappings

Authorizations
Query parameters
auditTypestringOptional
Responses
200Success
application/json
get
GET /v1/audit-event-mappings HTTP/1.1
Host: 
Authorization: Bearer Bearer
Accept: */*
200Success
[
  {
    "eventId": "text",
    "auditType": "AUDIT_LOG",
    "description": "text",
    "createdAt": "2025-06-21T06:58:11.089Z",
    "lastUpdatedAt": "2025-06-21T06:58:11.089Z"
  }
]