Skip to content

Get policy renewal premiums

POST
/credit-life/policies/{policyId}/renew/premiums

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

policyId*
Type
string
Required

Responses

The renewal quote: same shape as GET status, so you can preview what renewing would open and cost before calling renew. Nothing is written — call this as often as you like.

application/json
JSON
{
  
"status": "string",
  
"currentPeriodIndex": 0,
  
"currentPeriodStart": "string",
  
"currentPeriodEnd": "string",
  
"graceEndsAt": "string",
  
"unpaidPeriods": [
  
  
0
  
],
  
"premiumPerPeriod": 0,
  
"totalCoveredAmount": 0,
  
"aggregateClaimLimit": 0,
  
"uncoveredAmount": 0
}

Playground

Authorization
Variables
Key
Value

Samples

Built with ❤️ by Hobbiton Technologies