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-mappings200Success
Get audit event mappings
Please enter token in following format: Bearer
GET /v1/audit-event-mappings HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"eventId": "text",
"auditType": "AUDIT_LOG",
"description": "text",
"createdAt": "2026-01-17T22:59:39.898Z",
"lastUpdatedAt": "2026-01-17T22:59:39.898Z"
}
]