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": "2025-01-14T13:52:27.176Z", "lastUpdatedAt": "2025-01-14T13:52:27.176Z" } ]