Claim Status Webhook

Webhook endpoint documentation for claim status change notifications. This endpoint represents the structure of webhook payloads sent to your configured webhook URL when claim statuses change.

Body Params
string

Contract identifier

string

Order identifier

string
required

Unique claim identifier

string
enum
required

Type of claim

Allowed:
string
enum
required

Status of a claim

Allowed:
string
required

Transaction identifier

number

Remaining limit of liability on the entitlement

string

Reason for validation if claim is in review

coverageTerm
object

Coverage period details

customer
object
required
products
array of objects
required

Products associated with the claim

products*
incident
object
required

Incident details describing the failure

integer
required

When the claim was reported (Unix timestamp)

integer
required

When the webhook was sent (Unix timestamp)

string
enum
required

Type of webhook event

Allowed:
uri
required

Webhook URL where this payload was sent

string
required

Key ID used for webhook signature verification

string
enum

Reason for claim denial

Allowed:
Responses
200

Webhook received and processed successfully

400

Invalid webhook payload

401

Webhook signature verification failed

Language