Skip to main content

Generate a new quote

This generates a price quote based on minimal information

Request Body REQUIRED
product_code string REQUIRED

Product code

residence string REQUIRED

State of residence (USA)

departure_date date REQUIRED

First day of trip

return_date date REQUIRED

Final day of trip

destination_countries string[] REQUIRED

Countries

traveler_ages number[] REQUIRED

Ages of potential insureds

Responses
201

The quote has been successfully generated.

Schema
base_price number REQUIRED

The price to purchase base coverage

pet_option object REQUIRED

The price to add pet coverage

available boolean REQUIRED

If this add-on can be added to the purchase

price number REQUIRED

The price to purchase this coverage

cfar_option object REQUIRED

The price to add CFAR coverage

available boolean REQUIRED

If this add-on can be added to the purchase

price number REQUIRED

The price to purchase this coverage

adventure_option object REQUIRED

The price to add adventure sport coverage

available boolean REQUIRED

If this add-on can be added to the purchase

price number REQUIRED

The price to purchase this coverage

vacation_rental_property object REQUIRED

The price to add vacation rental property coverage

available boolean REQUIRED

If this add-on can be added to the purchase

price number REQUIRED

The price to purchase this coverage

car_rental_option object REQUIRED

The price per car per day to add car rental coverage

available boolean REQUIRED

If this add-on can be added to the purchase

price_per_car_per_day number REQUIRED

The price to purchase this coverage per car per day

max_days number REQUIRED

The maximum number of days for this add-on

401

Unauthorized

404

Product not found

422

Unable to provide quote for provided parameters