Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/cases/{case_id}/life-insurance/{policy_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "01K9LI01AJ0T11HRYE78AN7LLL", "case_id": "<string>", "policy_type": "whole_life", "carrier_name": "Northwestern Mutual", "policy_number": "***1234", "status": "active", "death_benefit": 250000, "cash_value": 45000, "beneficiaries": [ { "name": "<string>", "relationship": "<string>", "percentage_share": 123, "is_irrevocable": true } ], "employer_name": "<string>", "claim_filed_date": "2023-12-25", "claim_paid_date": "2023-12-25", "claim_paid_amount": 123, "institution_contact_id": "<string>", "notes": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique case identifier (ULID format).
Policy details.
Show child attributes