Sovereign Trust
Connect any or all of the following endpoints to buy and manage auto-products from STI.
Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.
Buy Third-party auto insurance
Connect this endpoint to buy 3rd Party Auto-Product through STI
POST
https://api.mycover.ai/v1/products/sti/buy-third-party
Request Body
vehicle_make*
string
This is the brand of the vehicle
vehicle_model*
string
This is the model of the vehicle
address*
string
Customer's valid address
insurance_start_date*
string
This is the insurance start date
vehicle_registration_number*
string
Vehicle's plate number
engine_number*
string
This is the vehicle's engine number
chassis_number*
string
Chasis number of the vehicle
vehicle_insurance_type*
string
This is the insurance type of the vehicle ('private', 'commercial')
first_name*
string
Customer's legal first name
last_name*
string
Customer's legal last name
email*
string
Customer's valid email address
dob*
string
Customer's valid date of birth
phone*
string
Customer's valid phone number
product_id*
string
This is the ID of the insurance plan.
Buy Monthly comprehensive auto insurance
POST
https://api.mycover.ai/v1/products/sti/buy-monthly-comprehensive
Request Body
vehicle_make*
string
This is the brand of the vehicle
vehicle_model*
string
This is the model of the vehicle
address*
string
Customer's valid address
insurance_start_date*
string
This is the insurance start date
vehicle_registration_number*
string
Vehicle's plate number
engine_number*
string
This is the vehicle's engine number
chassis_number*
string
Chasis number of the vehicle
vehicle_insurance_type*
string
This is the insurance type of the vehicle ('private', 'commercial')
first_name*
string
Customer's legal first name
last_name*
string
Customer's legal last name
email*
string
Customer's valid email address
date_of_birth*
string
Customer's valid date of birth
phone_number*
string
Customer's valid phone number
product_id*
string
This is the ID of the insurance plan.
gender*
string
Male or Female
vehicle_type*
string
Type of vehicle. E.g Car
vehicle_value*
number
How much the vehicle was bought
number_of_months*
number
How many months you want to insure your vehicle for. 1 - 12
identification_image_url
string
A link to your identity card
vehicle_color
string
Colour of the vehicle
Buy Micro comprehensive auto insurance
POST
https://api.mycover.ai/v1/products/sti/buy-micro-comprehensive
Request Body
vehicle_make*
string
This is the brand of the vehicle
vehicle_model*
string
This is the model of the vehicle
address*
string
Customer's valid address
insurance_start_date*
string
This is the insurance start date
vehicle_registration_number*
string
Vehicle's plate number
engine_number*
string
This is the vehicle's engine number
chassis_number*
string
Chasis number of the vehicle
vehicle_insurance_type*
string
This is the insurance type of the vehicle ('private', 'commercial')
first_name*
string
Customer's legal first name
last_name*
string
Customer's legal last name
email*
string
Customer's valid email address
date_of_birth*
string
Customer's valid date of birth
phone_number*
string
Customer's valid phone number
product_id*
string
This is the ID of the insurance plan.
gender*
string
Male or Female
vehicle_type*
string
Type of vehicle. E.g Car
vehicle_value*
number
How much the vehicle was bought
number_of_months*
number
How many months you want to insure your vehicle for. 1 - 12
identification_image_url
string
A link to your identity card
vehicle_color
string
Colour of the vehicle
Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.
Last updated