Insurance Policy
Verify the validity of an insurance policy number using this endpoint
The insurance policy endpoint verifies the validity of the policy, confirms policyholder details, checks coverage specifics, expiration dates, premium payments, claims history, policy limits and deductibles, beneficiaries, terms and conditions, and any special endorsements or riders.
Enter the policy number and select a channel to use this endpoint.
Test data:
Channel: Policy
Number: AAO/24/4/00000/20
Post: https://api.prembly.com/identitypass/verification/insurance_policy
Request Headers
key | value | description |
---|---|---|
app-id | app-id | your app-id |
x-api-key | x-api-key | your api-key |
Request Body
key | description |
---|---|
channel | channel to be checked with |
number | customers insurance number |
Sample Response
{
"status": true,
"detail": "Verification Successful",
"response_code": "00",
"data": {
"policy_number": "PRM/10/4/0000/24",
"new_reg_number": "XXA196XX",
"reg_number": "XXX196XX",
"type_of_cover": "Comprehensive",
"vehicle_type": "TOA",
"vehicle_make": "TOA",
"vehicle_model": "CORA",
"vehicle_color": "BLUE",
"vehicle_chasis": "5OOOO4OO1C666667",
"issue_date": "2 FEBY 2000",
"expiry_date": "1 FEBY 2000",
"policy_status": "Active"
},
"verification": {
"status": "VERIFIED",
"reference": "869efaca-0609-4097-11ba-ad0000a11DD0"
},
"widget_info": {},
"session": {},
"endpoint_name": "Insurance Policy"
}
Updated 5 months ago