curl --request GET \
--url https://public.api.live.turrisfi.com/v1/downstream-entity-associations/{downstreamEntityAssociationId}/policy-compliance-statuses{
"data": {
"eAndO": {
"_id": "<string>",
"primaryInsured": "<string>",
"otherInsured": [
"<string>"
],
"carrierName": "<string>",
"effectiveDate": "2023-11-07T05:31:56Z",
"expiryDate": "2023-11-07T05:31:56Z",
"aggregateCoverageInUSD": 123,
"coveragePerClaimInUSD": 123,
"dataExtractionStatus": "<string>",
"policyNumber": "<string>",
"receivedDate": "2023-11-07T05:31:56Z",
"collectionStatus": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"cyber": {
"_id": "<string>",
"primaryInsured": "<string>",
"otherInsured": [
"<string>"
],
"carrierName": "<string>",
"effectiveDate": "2023-11-07T05:31:56Z",
"expiryDate": "2023-11-07T05:31:56Z",
"aggregateCoverageInUSD": 123,
"coveragePerClaimInUSD": 123,
"dataExtractionStatus": "<string>",
"policyNumber": "<string>",
"receivedDate": "2023-11-07T05:31:56Z",
"collectionStatus": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"downstreamEntityId": "<string>",
"downstreamEntityName": "<string>",
"downstreamEntityNpn": "<string>"
},
"requestId": "dev-2c5e7cf2-9acf-4c8c-ab2f-b81f39d775a8",
"timestamp": "2025-11-12T20:49:03.293Z"
}Retrieve E&O and Cyber policy compliance statuses for a downstream entity
curl --request GET \
--url https://public.api.live.turrisfi.com/v1/downstream-entity-associations/{downstreamEntityAssociationId}/policy-compliance-statuses{
"data": {
"eAndO": {
"_id": "<string>",
"primaryInsured": "<string>",
"otherInsured": [
"<string>"
],
"carrierName": "<string>",
"effectiveDate": "2023-11-07T05:31:56Z",
"expiryDate": "2023-11-07T05:31:56Z",
"aggregateCoverageInUSD": 123,
"coveragePerClaimInUSD": 123,
"dataExtractionStatus": "<string>",
"policyNumber": "<string>",
"receivedDate": "2023-11-07T05:31:56Z",
"collectionStatus": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"cyber": {
"_id": "<string>",
"primaryInsured": "<string>",
"otherInsured": [
"<string>"
],
"carrierName": "<string>",
"effectiveDate": "2023-11-07T05:31:56Z",
"expiryDate": "2023-11-07T05:31:56Z",
"aggregateCoverageInUSD": 123,
"coveragePerClaimInUSD": 123,
"dataExtractionStatus": "<string>",
"policyNumber": "<string>",
"receivedDate": "2023-11-07T05:31:56Z",
"collectionStatus": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"downstreamEntityId": "<string>",
"downstreamEntityName": "<string>",
"downstreamEntityNpn": "<string>"
},
"requestId": "dev-2c5e7cf2-9acf-4c8c-ab2f-b81f39d775a8",
"timestamp": "2025-11-12T20:49:03.293Z"
}The unique identifier for the downstream entity association
"684fdb88e8956de1febe6091"
Was this page helpful?