Third Party Motor Claims
Initiate Third Party Claims
The endpoint initiates the creation of a Third Party claim.
POST
https://sandbox.insurpass.com/api/merchant/third_party_motor_initiate_claim
This endpoint is used to initiate claims for third party motor insurance
Headers
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Request Body
policy_number*
string
The unique number that identifies the purchased insurance policy - INS1642236323569
proof_of_incidence*
string
image url with proof that the incidence took place
proof_of_ownership*
string
Image url with proof of vehicle ownership
driving_licence*
string
image url of driving licensce
details_of_incidence*
string
Descriptive text about the details of the incident
Third Party Motor Claim Details
This endpoint returns an object containing a single Third Party Motor claim .
POST
https://sandbox.insurpass.com /api/merchant/third_party_motor_claim_details
Headers
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Request Body
policy_number*
String
The unique number that identifies the purchased insurance policy - INS1642236323569
List All Third Party Motor Claims
This endpoint returns a list of all the Third Party claims objects.
GET
https://sandbox.insurpass.com /api/merchant/third_party_motor_merchant_claims
Headers
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Last updated