Malaria Cover

Purchase and manage affordable Malaria health cover.

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

Buy Malaria Cover

Use this endpoint to buy affordable and convenient Malaria health cover

POST https://api.mycover.ai/v1/products/wella/buy-health-malaria

Request Body

NameTypeDescription

date_of_birth*

String

Customer's date of birth

gender*

String

Male or Female

address*

String

Customer's home address

image_url*

String

Passport image url

beneficiaries

Object

If the customer is adding additional beneficiaries to the policy. This field is optional.

first_name*

String

Customer's first name

last_name*

String

Customer's last name

email*

String

Customer's email

phone_number*

String

Customer's phone number

payment_plan*

String

Set a payment plan. Available options are Monthly, Quarterly, Bianually, Yearly

product_id*

String

Product id

number_of_beneficiaries

Number

The total number of beneficiaries set by the customer. The maximum is 5. This field is dependent on the "beneficiaries" field.

Sample Request Payload
{
  "date_of_birth": "1978-05-04",
  "gender": "Male",
  "address": "14th street, Lagos",
  "image_url": "https://via.placeholder.com/300/09f/fff.png",
  "beneficiaries": [
    {
      "first_name": "Sandra",
      "last_name": "Jones",
      "email": "sandrajones@example.org",
      "phone_number": "+2348026378277",
      "date_of_birth": "1989-05-04",
      "gender": "Female"
    }
  ],
  "first_name": "Emerson",
  "last_name": "Craig",
  "email": "johndoe@gmail.com",
  "phone_number": "+2349026378299",
  "payment_plan": "Monthly",
  "number_of_beneficiaries": 4,
  "product_id": "fab6bda1-b870-4648-8704-11c1802a51d0"
}

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

Last updated