Audit event mappings

get

Get audit event mappings

Authorizations
HTTPRequired

Please enter token in following format: Bearer

Query parameters
auditTypestringOptional
Responses
200Success
application/json
get
/v1/audit-event-mappings
GET /v1/audit-event-mappings HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200Success
[
  {
    "eventId": "text",
    "auditType": "AUDIT_LOG",
    "description": "text",
    "createdAt": "2025-12-07T01:41:37.308Z",
    "lastUpdatedAt": "2025-12-07T01:41:37.308Z"
  }
]