Skip to main content

coverage

/v2/private/userDash/coverage

Available Methods​

  • POST

POST /v2/private/userDash/coverage​

This endpoint is used to edit a user's coverage amounts.

Params​

ParamTypeDescription
productCodeStringThe TruStage Product code.
coverageAmountNumberThe total coverage amount.
billingFrequencyStringThe billing frequency.
Example request body
body: {
"productCode": "test-code",
"coverageAmount": 10000,
"billingFrequency": "monthly"
}

Returns​

The user object.

Example return object of just user
user: {
...
}