Allianz

Buy Allianz Travel Cover Insurance

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

Buy Travel Cover

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

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

Your personal title e.g Chief.

Head over to the auxiliary section and GET titles.

gender*

Boolean

Customer's gender. Can be one of [Male, Female]

passport_number*

String

International passport number

first_name*

String

Customer's first name

last_name*

String

Customer's last name

email*

String

Customer's email

phone_number*

String

Customer's phone number

date_of_birth*

String

Customer's date of birth

departure_date*

String

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

arrival_date*

String

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

destination*

String

The destination country. Head over to the auxiliary section and GET /countries.

product_id*

String

The product id. Head over to the products page and GET all produts.

address*

String

Customer's home address

state*

String

Your state of residence e.g Lagos State. Head over to the auxiliary section and GET states.

nationality*

String

Your country of residence e.g Nigeria. Head over to the auxiliary section and GET /countries.

occupation*

String

Customer's occupation

marital_status*

String

Customer's marital status. Can be any of [Single, Married, Divorced, Widowed, Separated]

nok_phone_number*

String

Next of kin phone number

num_of_passengers*

Number

How many people are traveling

Compute Travel Premium

POST https://api.mycover.ai/v1/products/allianz/compute-travel-premium

This endpoint will calculate the premium for travel insurance.

Body

Name
Type
Description

email

string

Email address of the customer

phone_number

string

Customer's phone number

date_of_birth

string

Customer's date of birth

departure_date

string

Date of depature

arrival_date

string

Date of arrival

destination

string

Destination country

num_of_passengers

number

Number of passengers

product_id

string

The product id

Response

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?