Updates an existing event. Only send fields you want to change.
Required fields in request body:
requestorEmail - Must match an existing user for audit trailtype - Event type (required for permission resolution)Optional update fields:
status - Update event statuscoverageTypeId - Update coverage typepolicyId - Update associated policy (use null to remove)insuredIds - Replace associated insuredsdata - Update custom entity data (merged with existing)Required permission: claim:update or incident:update (depending on type in request body)
Use format: ApiKey <your-api-key>
Company identifier
Event identifier
Email of the user making the request (for audit trail, must match existing user)
Type of event (claim or incident)
claim, incident Status of the event
open, closed Update coverage type
Update associated policy (null to remove)
Update associated insureds (replaces existing)
Update custom entity data (merged with existing)
Event updated successfully
An event (claim or incident) in the system
Event identifier
Company identifier
Type of event (claim or incident)
claim, incident Status of the event
open, closed Human-readable reference ID for the event
"CLM-2025-001"
Coverage type identifier for this event
"general_liability"
Associated policy ID (null if not linked to a policy)
IDs of insureds associated with this event
When the event was created (ISO 8601)
User ID who created the event (null if not tracked)
When the event was last updated (ISO 8601), or null if never updated
Custom entity data with field keys mapped to values. Returns null when no custom data exists.
{
"eventDescription": "Vehicle accident at intersection",
"claimAmount": "50000",
"dateOfLoss": "2025-01-10"
}