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

Name
Type
Description

Authorization*

String

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

Content-Type*

String

application/json

Request Body

Name
Type
Description

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

{
   "success":true,
   "response_message":"Comprehensive policy claim initiated successfully",
   "response_code":"",
   "data":{
      "result":"Third party claim was initiated successfully"
   }
}

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

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 - 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

Name
Type
Description

Authorization*

String

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

Content-Type*

String

application/json

Last updated

Was this helpful?