Aiico

Buy Aiico Travel Cover Insurance

Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.

Get Travel Cover Premium

POST https://api.mycover.ai/v1/products/aiico/compute-travel-cover-price

Request Body

Name
Type
Description

first_name*

String

Customer first name

last_name*

String

Customer last name

email*

String

Customer email

phone_number*

String

Customer phone number

date_of_birth*

String

Customer date of birth

start_date*

String

This is the date you want the insurance to start (Departure date)

end_date*

String

This is the date you want the insurance to end (Return date)

destination_country*

String

destination country

product_id*

String

product id

Response

{
    "responseCode": 1,
    "responseText": "price computed successfully",
    "data": 25222
}

Buy Travel Cover

POST https://api.mycover.ai/v1/products/aiico/buy-travel-cover

Request Body

Name
Type
Description

nok_full_name*

String

Next of kin full name

nok_address*

String

Next of kin address

nok_relationship*

String

Relationship with next of kin

title*

String

Get titles from miscellaneous section.

pre_medical*

Boolean

If customer has a medical condition, this is to be set to true

passport_number*

String

International passport number

passport_image_url*

String

File url response received from the file upload endpont

first_name*

String

Customer first name

last_name*

String

Customer last name

email*

String

Customer email

phone_number*

String

Customer phone number

date_of_birth*

String

Customer date of birth

start_date*

String

This is the date you want the insurance to start (Departure date)

end_date*

String

This is the date you want the insurance to end (Return date)

destination_country*

String

destination country

product_id*

String

product id

Use the file upload endpoint in the miscellaneous section to upload the data page of the insured's passport.

Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.

Last updated

Was this helpful?