Sanlam
Connect any or all of the following endpoints to buy and manage auto-products from Sanlam.
Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.
Buy Auto Comprehensive
Use this end-point to buy auto comprehensive insurance from Sanlam.
POST
https://api.mycover.ai/v1/products/sanlam/buy-comprehensive-auto
Request Body
Name | Type | Description |
---|---|---|
vehicle_make* | string | This is the brand of the vehicle. See Auxiliary endpoints. |
vehicle_model* | string | This is the vehicle's model. See Auxiliary endpoints. |
address* | string | Customer's physical address |
gender* | string | Gender of customer |
registration_number* | string | Customer's vehicle registration number |
engine_number* | string | Customer's vehicle chassis number |
chassis_number* | string | Customer's vehicle chassis number |
year_of_manufacture* | string | The year customer's vehicle was manufactured |
vehicle_color* | string | Colour of customer's vehicle |
first_name* | string | Customer's legal first name |
last_name* | string | Customer's legal last name |
email* | string | Customer's email address |
date_of_birth* | string | Customer's date of birth as it appears on legal documents |
phone_number* | string | Customer's phone number |
product_id* | string | This is the ID of the insurance plan. |
state* | string | Customer's state of residence |
identification_name* | string | Type of identity. Must be one of [Drivers License, NIN, International Passport, Phone number] |
identification_url* | string | Link to the identification file. Must be a picture file (jpg, png) |
vehicle_category* | string | What type of vehicle is it? Must be one of ['Bus', 'Car', 'Jeep - Suv', 'Truck'] |
vehicle_cost* | number | How much you bought you vehicle. |
Buy Third-party Auto
Use this end-point to buy third-party insurance from Sanlam.
POST
https://api.mycover.ai/v1/products/sanlam/buy-third-party-auto
Request Body
Name | Type | Description |
---|---|---|
vehicle_make* | string | This is the brand of the vehicle. See Auxiliary endpoints. |
vehicle_model* | string | This is the vehicle's model. See Auxiliary endpoints. |
address* | string | Customer's physical address |
gender* | string | Gender of customer |
registration_number* | string | Customer's vehicle registration number |
engine_number* | string | Customer's vehicle chassis number |
chassis_number* | string | Customer's vehicle chassis number |
year_of_manufacture* | string | The year customer's vehicle was manufactured |
vehicle_color* | string | Colour of customer's vehicle |
first_name* | string | Customer's legal first name |
last_name* | string | Customer's legal last name |
email* | string | Customer's email address |
date_of_birth* | string | Customer's date of birth as it appears on legal documents |
phone_number* | string | Customer's phone number |
product_id* | string | This is the ID of the insurance plan. |
state* | string | Customer's state of residence |
identification_name* | string | Type of identity. Must be one of [Drivers License, NIN, International Passport, Phone number] |
identification_url* | string | Link to the identification file. Must be a picture file (jpg, png) |
vehicle_category* | string | What type of vehicle is it? Must be one of ['Bus', 'Car', 'Jeep - Suv', 'Truck'] |
Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.
Last updated