Create a claim

Creates a new claim. The claim can optionally be linked to a policy, member, or covered item. A claimant can be specified with contact details.

Query Params
string

To perform an idempotent request, provide the idempotency_key query parameter with the request. An idempotency key is a unique value generated by the client which the platform uses to recognize subsequent retries of the same request. How you create unique keys is up to you, but we suggest using a V4 UUID, or another random string with enough entropy to avoid collisions. Idempotency keys can be up to 255 characters long.

include
array of strings

A comma-separated list of related objects to include in the response. Valid values: policy, policyholder, user_group.

include
Allowed:
Body Params
string | null

Must be a UUID. The identifier of the policy on which the claim is being made.

string | null

Must be a UUID. The identifier of the member for this claim. Only used for group scheme policies.

string | null

Must be a UUID. The identifier of the covered item that this claim is against. Required if the policy supports covered items.

string | null

Must be a UUID. The identifier of the user to assign this claim to.

string | null

A description of the incident type.

string | null

A description of the cause of the incident.

date-time | null

The date on which the incident occurred.

app_data
object | null

An object containing additional custom data for the claim.

claimant
object

Object containing claimant's details. At least one of email or cellphone must be provided.

integer

The requested payout amount (in cents) for the claim.

Response

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json