Skip to main content
POST
Close Event

Authorizations

Authorization
string
header
required

API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.

Path Parameters

companyId
string<uuid>
required

Company identifier

eventId
string<uuid>
required

Event (claim or incident) identifier

Body

application/json
effectiveOnDate
object
required

The calendar day a lifecycle action takes effect.

Deliberately narrower than Fmv1Date: a lifecycle action records a wall-clock DAY, so there is no timezone and no ISO { date: "YYYY-MM-DD" } alternative — send year, month and day. Any other key is ignored.

The date must be a real calendar day (2026-02-31 is rejected) and fall between the years 1900 and 2200.

Response

The event was closed.

eventId
string<uuid>
required

The event that was closed.

eventStatus
enum<string>
required

The event's status after the call.

Available options:
closed