Coronation
Connect the following endpoint to buy and manage content insurance from Coronation.
Last updated
Was this helpful?
Connect the following endpoint to buy and manage content insurance from Coronation.
Last updated
Was this helpful?
Buy Coronation home content cover for your customers.
POST
https://api.mycover.ai/v1/products/coronation/buy-home-content
total_item_cost*
number
Enter the total cost of all items insured. This will be validated against the actual sum of all items provided subsequently.
home_items*
array
An array of object, this is the list of items insured. The structure is like this: {
name: string;
amount: number;
}[];
address*
string
The house address
gender*
string
The house owner's gender e.g Male
first_name*
string
Owner's first name
last_name*
string
Owner's last name
email*
string
Owner's email
phone_number*
string
Owner's phone number
date_of_birth*
string
Owner's date of birth
product_id*
string
The product's UID
Buy Coronation building cover for your customers.
POST
https://api.mycover.ai/v1/products/coronation/buy-building-cover
total_item_cost*
number
Enter the total cost of all items insured. This will be validated against the actual sum of all items provided subsequently.
buildings*
array
An array of object, this is the list of items insured. The structure is like this: {
name: string;
location: string;
value: number;
}[];
address*
string
The house address
gender*
string
The house owner's gender e.g Male
first_name*
string
Owner's first name
last_name*
string
Owner's last name
email*
string
Owner's email
phone_number*
string
Owner's phone number
date_of_birth*
string
Owner's date of birth
product_id*
string
The product's UID
Certain properties obtain their values from supplementary endpoints. Refer to the page for a list of these additional endpoints.