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

Name
Type
Description

Authorization*

String

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

Content-Type*

String

application/json

Request Body

Name
Type
Description

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

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

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

Name
Type
Description

Authorization*

String

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

Content-Type*

String

application/json

Request Body

Name
Type
Description

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

Name
Type
Description

Authorization*

String

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

Content-Type*

String

application/json

Last updated

Was this helpful?