Leadway

Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.

Buy Personal Accident Cover Insurance

POST https://api.mycover.ai/v1/products/leadway/buy-personal-accident

Request Body

NameTypeDescription

plan*

string

The coverage plan is one of Silver, Basic, and Monthly

city*

string

Customer's city of residence

first_name*

string

Customer's legal first name

last_name*

string

Customer's legal last name

email*

string

Customer's valid email address

phone*

string

Customer's valid phone number

dob*

string

Customer's date of birth

gender*

string

Customer's gender

product_id*

string

ID of the product

state

string

Customer's state of residence

Sample payload
{
  "plan": "Monthly",
  "city": "Lagos",
  "state": "Lagos",
  "gender": "Male",
  "first_name": "Kenneth",
  "last_name": "Jimmy",
  "email": "example@gmail.com",
  "dob": "2004-03-09",
  "phone": "08034543344",
  "product_id": "404845dd-9032-4981-9ffa-595de9ab7ebb"
}

Certain properties obtain their values from supplementary endpoints. Refer to the Auxiliary page for a list of these additional endpoints.

Last updated