Get Event
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)
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Event identifier
Query Parameters
Expand related entities. Use insureds to include full insured details instead of IDs.
insureds Response
Event details
- Option 1
- Option 2
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 lawsuit ID (null if no lawsuit exists for this event)
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"
}