Leadway
Connect any or all of the following endpoints to buy and manage products from Leadway.
Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.
Buy Third-party Auto
Use this end-point to buy comprehensive auto insurance from Leadway.
POST
https://api.mycover.ai/v1/products/leadway/buy-third-party
Request Body
Name | Type | Description |
---|---|---|
vehicle_make* | string | Make of the vehicle |
vehicle_model* | string | Model of the vehicle |
address* | string | Customer's valid physical address |
city* | string | Customer's valid city of residence |
state* | string | Customer's valid state of residence |
gender* | string | Gender of the customer |
vehicle_registration_number* | string | Vehicle plate number |
engine_number* | string | Vehicle engine number |
chassis_number* | string | Vehicle chassis number |
vehicle_year_manufactured* | string | Year vehicle was manufactured |
vehicle_type* | string | Type of vehicle (bodyTypes from feature list response). Check miscellaneous link below |
vehicle_color* | string | Color of vehicle (Check feature list response) |
vehicle_value* | string | Cost of the vehicle |
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 | The product ID |
Buy Comprehensive Auto
POST
https://api.mycover.ai/v1/products/leadway/buy-comprehensive
Request Body
Name | Type | Description |
---|---|---|
vehicle_make* | string | Make of the vehicle |
vehicle_model* | string | Model of the vehicle |
address* | string | Customer's valid physical address |
city* | string | Customer's valid city of residence |
state* | string | Customer's valid state of residence |
gender* | string | Gender of the customer |
vehicle_registration_number* | string | Vehicle plate number |
engine_number* | string | Vehicle engine number |
chassis_number* | string | Vehicle chassis number |
vehicle_year_manufactured* | string | Year vehicle was manufactured |
vehicle_type* | string | Type of vehicle (bodyTypes from feature list response). Check miscellaneous link below |
vehicle_color* | string | Color of vehicle (Check feature list response) |
vehicle_value* | string | Cost of the vehicle |
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 | The product ID |
Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.
Last updated