Comprehensive Motor Claims
Initiate Comprehensive Motor claims
The endpoint initiates the creation of a Comprehensive Motor claim.
POST
https://sandbox.insurpass.com/api/merchant/comprehensive_motor_initiate_claim
Headers
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Request Body
vehicle_damage_image*
string
image url of the damaged vehicle
estimate_of_loss*
string
The estimated amount los
policy_number*
string
The unique number that identifies the purchased insurance policy - UIC/RE/INP/MOT/06102022/86154
incident_details*
string
Descriptive text about the details of the incident
Comprehensive Motor Claims Details
This endpoint returns an object containing a single Comprehensive Motor policy claim .
POST
https://sandbox.insurpass.com/api/merchant/comprehensive_motor_claim_details
Headers
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Request Body
policyNumber*
String
The unique number that identifies the purchased insurance policy - INS1642236323569
List All Comprehensive Motor Claims
This endpoint returns a list of all the Comprehensive Motor claims objects.
GET
https://sandbox.insurpass.com/api/merchant/comprehensive_motor_merchant_claims
Headers
Authorization*
String
Bearer {$secret-key}/{$api-key}
Content-Type*
String
application/json
Last updated