Get audit event mappings
const response = await fetch('/v1/audit-event-mappings', { method: 'GET', headers: { "Authorization": "Bearer Bearer" }, }); const data = await response.json();
[ { "eventId": "text", "auditType": "AUDIT_LOG", "description": "text", "createdAt": "2024-12-12T02:30:08.154Z", "lastUpdatedAt": "2024-12-12T02:30:08.154Z" } ]