Insurance · LFI capability

Insurance Data Sharing 2 min read

The Open Finance Insurance Data Sharing capabilities let your LFI expose a customer’s policy data to consented TPPs across the UAE’s major insurance sectors. Implementation mirrors Bank Data Sharing: the API Hub validates consent, proxies requests to your Ozone Connect server, and returns the response to the TPP.

Access control Required role
ISP

Insurance Service Provider

Access to the Insurance Data Sharing APIs requires TPPs to hold the ISP role. The API Hub validates the role on every request before proxying it to your Ozone Connect endpoints.

What your Ozone Connect endpoints expose

Policy Information

Expose policy details — product, status, dates, sums insured, coverage, exclusions, and policy-holder information — through one pair of endpoints per insurance sector you underwrite.

Customer & Beneficiaries

Return identity, contact, and beneficiary information held on each policy when the TPP holds the matching ReadCustomer* permission, subject to data-minimisation rules.

Encrypted Premium

When the TPP holds ReadInsurancePremium, the Premium field MUST be returned as a JWE so it is only decryptable on the customer’s device. The cleartext premium never traverses the TPP backend.

Claims History

When the TPP holds ReadCustomerClaims, expose claims raised against the policy — status, dates, amounts, and triggering events — to support switching, broking, and risk-assessment use cases.

Product Information

Structured product detail for the underwritten policy — cover type, features, terms, and add-ons. Returned when the consent includes ReadInsuranceProduct.

Coverage matrix

Insurance types covered

Implement the endpoint pair for each insurance sector your LFI underwrites. The Hub routes requests by path; sectors you do not offer simply remain unmounted.

Insurance Type
List policies
Get a policy
Employment/employment-insurance-policies
GET
GET
Health/health-insurance-policies
GET
GET
Home/home-insurance-policies
GET
GET
Life/life-insurance-policies
GET
GET
Motor/motor-insurance-policies
GET
GET
Renters/renters-insurance-policies
GET
GET
Travel/travel-insurance-policies
GET
GET
Section contents

Browse this section

The full set of pages for the Insurance Data Sharing API on the LFI side.