coverage
- base
- localhost
- dev
- prod
/v2/private/userDash/coverage
http://localhost:1350/v2/private/userDash/coverage
https://dev.everdays.com/v2/private/userDash/coverage
https://everdays.com/v2/private/userDash/coverage
Available Methods​
- POST
POST /v2/private/userDash/coverage​
This endpoint is used to edit a user's coverage amounts.
Params​
| Param | Type | Description |
|---|---|---|
productCode | String | The TruStage Product code. |
coverageAmount | Number | The total coverage amount. |
billingFrequency | String | The billing frequency. |
Example request body
body: {
"productCode": "test-code",
"coverageAmount": 10000,
"billingFrequency": "monthly"
}
Returns​
The user object.
Example return object of just user
user: {
...
}