Skip to content

Intimate a death claim against a covered member

POST
/group-life/claims

The claim is created Intimated for the insurer to assess; the payout is the member's sum assured. Identify the member by memberId or nrcNumber — not both.

Authorizations

BearerAuth
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"memberId": 0,
  
"nrcNumber": "string",
  
"lossDate": "string",
  
"cause": "string",
  
"lateNotificationReason": "string"
}

Responses

Success

application/json
JSON
{
  
"id": "string",
  
"number": "string",
  
"memberId": "string",
  
"status": "string",
  
"lossDate": "string",
  
"payoutAmount": 0,
  
"createdAt": "string"
}

Playground

Authorization
Body

Samples

Built with ❤️ by Hobbiton Technologies