Auxiliary
Find additional API endpoints for fetching or posting auxiliary data as a complement to other APIs.
Get Auxiliary Data for AIICO Products
Get Aiico-specific additional data for purchasing AIIco products.
GET
https://api.mycover.ai/v1/products/aiico/get-feature-list
This endpoint fetches all other required parameters for purchasing AIICO products. Use query parameters for getting filtered results. Example: https://api.mycover.ai/v1/products/aiico/get-feature-list?feature=color-list
Query Parameters
Name | Type | Description |
---|---|---|
feature | string | color-list | body-types | manufacture-year | titles | lgas | genders | countries |
Get Countries
Get a list of all the countries in the world.
GET
https://api.mycover.ai/v1/countries
Query Parameters
Name | Type | Description |
---|---|---|
feature | string | color-list | body-types | manufacture-year | titles | lgas | genders | countries |
Get Countries with States
Get a list of all the countries with their respective states/capitals.
GET
https://api.mycover.ai/v1/countries-with-states
Get States with LGAs
Get a list of all states in Nigeria with their Local Government Areas.
GET
https://api.mycover.ai/v1/states-with-lga
Get Local Government Areas
Get a list of all Local Government Areas in Nigeria.
GET
https://api.mycover.ai/v1/lgas
Get Colour List
Get a list of colors acceptable by most providers.
GET
https://api.mycover.ai/v1/color-list
Get Vehicle Types
Get a list of vehicle types such as Bus.
GET
https://api.mycover.ai/v1/vehicle-body-types
Get Manufacture Year
Get the manufacturing year of your customer's vehicle.
GET
https://api.mycover.ai/v1/manufacture-year
Get Genders
Get a list of genders such as Male.
GET
https://api.mycover.ai/v1/genders
Get Identification Types
Get a list of identification types e.g International Passport.
GET
https://api.mycover.ai/v1/identification-types
Get Owner Titles
Get a list of all the names used to describe the customer's status.
GET
https://api.mycover.ai/v1/products/mcg/owner-titles
Get Vehicle Brand By Provider
Get the vehicle make by each provider for your customer's selection.
GET
https://api.mycover.ai/v1/products/get-vehicle-make
Query Parameters
Name | Type | Description |
---|---|---|
year* | string | Vehicle Year |
provider* | string | Insurance Provider (e.g aiico, leadway) |
Get Vehicle Model By Provider
Get the model of your customer's vehicle.
GET
https://api.mycover.ai/v1/products/get-vehicle-model
Query Parameters
Name | Type | Description |
---|---|---|
year* | string | Vehicle Year |
make_id* | string | Vehicle Make Id. Using the id from the /products/get-vehicle-make endpoint |
provider* | string | Insurance provider (e.g aiico, leadway) |
File Upload
Use this endpoint to upload a file
POST
https://api.mycover.ai/v1/upload-file
Upload files as form-data with the key as "file"
Request Body
Name | Type | Description |
---|---|---|
file* | File | Append file as form-data |
Last updated