Leadway
Buy Personal Accident Cover Insurance
POST
https://api.mycover.ai/v1/products/leadway/buy-personal-accident
Request Body
Name
Type
Description
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
{
"plan": "Monthly",
"city": "Lagos",
"state": "Lagos",
"gender": "Male",
"first_name": "Kenneth",
"last_name": "Jimmy",
"email": "[email protected]",
"dob": "2004-03-09",
"phone": "08034543344",
"product_id": "404845dd-9032-4981-9ffa-595de9ab7ebb"
}
Last updated
Was this helpful?