Skip to content

Get the credit-life products

GET
/products/credit-life

Authorizations

BearerAuth
Type
HTTP (bearer)

Responses

Products you may sell, with the terms each policy would be written on. Empty means none are assigned to your account.

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"name": "string",
  
  
"description": "string",
  
  
"code": "string",
  
  
"insurerName": "string",
  
  
"insurerLogoUrl": "string",
  
  
"fixedPremiumAmount": 0,
  
  
"freeCoverLimit": 0,
  
  
"coverPeriodMonths": 0,
  
  
"coverPeriodDuration": 0,
  
  
"coverPeriodDurationType": "string",
  
  
"premiumGraceDays": 0,
  
  
"aggregateClaimLimit": 0,
  
  
"claimNotificationDays": 0,
  
  
"minimumAge": 0,
  
  
"maximumAge": 0,
  
  
"maxTenure": 0,
  
  
"rateBands": [
  
  
  
{
  
  
  
  
"fromMonths": {
  
  
  
  
},
  
  
  
  
"toMonths": {
  
  
  
  
},
  
  
  
  
"rate": {
  
  
  
  
}
  
  
  
}
  
  
],
  
  
"scopesOfCover": [
  
  
  
{
  
  
  
  
"id": {
  
  
  
  
},
  
  
  
  
"name": {
  
  
  
  
},
  
  
  
  
"description": {
  
  
  
  
},
  
  
  
  
"percentageOfSumAssured": {
  
  
  
  
},
  
  
  
  
"clauses": {
  
  
  
  
},
  
  
  
  
"claimRequirements": {
  
  
  
  
}
  
  
  
}
  
  
],
  
  
"documents": [
  
  
  
{
  
  
  
  
"id": {
  
  
  
  
},
  
  
  
  
"name": {
  
  
  
  
},
  
  
  
  
"url": {
  
  
  
  
}
  
  
  
}
  
  
]
  
}
]

Playground

Authorization

Samples

Built with ❤️ by Hobbiton Technologies