Keke Claims

Initiate Keke Claim

The endpoint initiates the creation of a keke claim.

POST https://sandbox.insurpass.com/api/merchant/create_keke_pass_claim

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Request Body

Name
Type
Description

means_of_claimant_identification*

String

date_of_occurance*

String

2022-02-02

address_of_occurance*

String

details_of_incidence*

String

policy_number*

String

UIC/RE/INP/KPASS/22032022/53349

picture_of_incident*

String

http://IDP164672978456281014.com

medical_report*

String

http://IDP164672978456281014.com

death_certificate*

String

http://IDP164672978456281014.com

original_policy_certificate*

String

http://IDP164672978456281014.com

estimate_of_repair*

String

http://IDP164672978456281014.com

Keke Claim Details

This endpoint returns an object containing a single keke claim .

POST https://sandbox.insurpass.com/api/merchant/keke_pass_claim_details

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Request Body

Name
Type
Description

policyNumber*

String

The unique number that identifies the purchased insurance policy - IN98570819

List All Keke Claims

This endpoint returns a list of all the keke policy claims objects.

GET https://sandbox.insurpass.com/api/merchant/get_keke_pass_claims

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Last updated

Was this helpful?