Skip to content

Get my group life policies

GET
/group-life/policies

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

InsurerId
Type
integer
PartnerId
Type
integer
Statuses
Type
array
CorporateClientId
Type
integer
IntermediaryId
Type
integer
PageNumber
Type
integer
PageSize
Type
integer

Responses

Success

application/json
JSON
{
  
"totalItems": 0,
  
"pageSize": 0,
  
"pageNumber": 0,
  
"totalPages": 0,
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"name": "string",
  
  
  
"policyNumber": "string",
  
  
  
"status": "string",
  
  
  
"startDate": "string",
  
  
  
"endDate": "string",
  
  
  
"currency": "string",
  
  
  
"corporateClientId": "string",
  
  
  
"corporateClient": "string",
  
  
  
"insurerId": "string",
  
  
  
"insurer": "string",
  
  
  
"intermediaryId": 0,
  
  
  
"intermediary": "string"
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies