Tangerine
Connect any or all of the following endpoints to buy and manage auto-products from Tangerine.
Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.
Buy Tangerine comprehensive auto insurance
Connect this endpoint to buy comprehensive auto-products from Tangerine
POST
https://api.mycover.ai/v1/products/tangerine/buy-comprehensive
Request Body
vehicle_make*
String
The brand of the vehicle. Head over to the auxiliary section and GET /get-vehicle-make?provider=leadway
vehicle_model*
String
The model of the vehicle. Use this endpoint /products/aiico/get-vehicle-model.
address*
string
Your valid address
vehicle_color*
String
This vehicle colour. Head over to the auxiliary section and GET /color-list
registration_number*
String
Vehicle's plate number
engine_number*
String
The vehicle's engine number
chassis_number*
String
Chasis number of the vehicle
year_of_manufacture*
String
The vehicle manufacture year.
first_name*
string
Your first name
last_name*
string
Your last name
email*
string
Your valid email address
phone_number*
string
Your valid phone number
product_id*
String
This is the ID of the insurance plan.
vehicle_cost*
Number
How much the vehicle was bought for.
premium_frequency*
String
One of [weekly, monthly, quarterly, biannually, annually]
engine_capacity*
String
The capacity of the vehicle's engine
Buy Tangerine third-party auto insurance
Connect this endpoint to buy third-party auto-products from Tangerine
POST
https://api.mycover.ai/v1/products/tangerine/buy-thirdparty
Request Body
vehicle_make*
String
The brand of the vehicle. Head over to the auxiliary section and GET /get-vehicle-make?provider=leadway
vehicle_model*
String
The model of the vehicle. Use this endpoint /products/aiico/get-vehicle-model.
address*
string
Your valid address
vehicle_color*
String
This vehicle colour. Head over to the auxiliary section and GET /color-list
registration_number*
String
Vehicle's plate number
engine_number*
String
The vehicle's engine number
chassis_number*
String
Chasis number of the vehicle
year_of_manufacture*
String
The vehicle manufacture year.
first_name*
string
Your first name
last_name*
string
Your last name
email*
string
Your valid email address
phone_number*
string
Your valid phone number
product_id*
String
This is the ID of the insurance plan.
engine_capacity*
String
The capacity of the vehicle's engine
♻️ Renew Tangerine third-party auto policy
POST
https://api.mycover.ai/v1/products/tangerine/renew-third-party
This endpoint renews a Tangerine third-party auto policy
Headers
Content-Type
application/json
Authorization
Bearer <YOUR_API_KEY>
Body
policy_id
string
The id of the policy
Response
Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.
Last updated