Skip to content

Track my claims

GET
/group-life/claims

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

InsurerId
Type
integer
PartnerId
Type
integer
Statuses
Type
array
GroupPolicyId
Type
integer
LossDateFrom
Type
string
LossDateTo
Type
string
PageNumber
Type
integer
PageSize
Type
integer

Responses

Success

application/json
JSON
{
  
"totalItems": 0,
  
"pageSize": 0,
  
"pageNumber": 0,
  
"totalPages": 0,
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"number": "string",
  
  
  
"groupPolicyId": "string",
  
  
  
"memberId": "string",
  
  
  
"payoutAmount": 0,
  
  
  
"status": "string",
  
  
  
"lossDate": "string"
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies