Fetch filtered cover amounts
GET/api/life_insurance/cover-levels/
This endpoint retrieves all unique cover amounts for the provided user_id, age, product tag and member (member type).
It only returns cover levels where the lead's age falls within the age_min and age_max range defined in the Rates model.
😁 Only authenticated users can access this endpoint.
Request
Responses
- 200
- 400
- 401
- 404