Returns a single event by ID.
Use expand=insureds to include full insured details instead of just IDs.
Required permission: company.claim:read or company.incident:read (depending on event type)
Use format: ApiKey <your-api-key>
Company identifier
Event identifier
Expand related entities. Use insureds to include full insured details instead of IDs.
insureds Event details
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"
}