cURL
curl --request GET \ --url https://app.aiinsurance.io/api/v1/external/companies/{companyId}/policies/{policyId} \ --header 'Authorization: <api-key>'
200
success
{ "id": "550e8400-e29b-41d4-a716-446655440001", "segments": [ { "segmentInfo": { "start": "2025-01-01", "end": "2026-01-01" }, "policy": { "effectiveDate": "2025-01-01", "premium": 15000, "status": "Active" }, "coverages": [ { "coverageTypeId": "general_liability", "deductible": 5000 } ], "exposures": [ { "employeeCount": 150, "isActive": true } ] } ] }
Returns a single Field Model V1 policy by ID, including all segment data.
Required permission: company.policy:read
company.policy:read
API key authentication. Include your API key in the Authorization header.
Company identifier
Policy identifier
FMV1 policy detail
A Field Model V1 policy with its segment data.
Time-based segments containing policy, coverage, and exposure data.
Show child attributes
Was this page helpful?