Coronation

Easily get gadget insurance from Coronation through our convenient API

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

POST https://api.mycover.ai/v1/products/coronation/buy-gadget

Request Body

NameTypeDescription

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

device_value*

Number

Amount the device was bought for

gender*

String

Customer's gender

date_of_birth*

String

Customer's date of birth

title*

String

Customer's given title

address*

String

Customer 's home address

device_type*

String

The type of device being insured, e.g, Phone

device_make*

String

The make of the device, e.g Samsung

device_model*

String

The model of the device, e.g A53

device_color*

String

The colour of the device

imei_one*

String

If the device is phone, provide the IMEI

model_number*

String

The device model number

serial_number*

String

The device serial number

product_id

String

The insurance product ID

{
    "responseCode": 1,
    "responseText": "policy purchase successful",
    "data": {
        "id": "e305eb29-3daa-4ec4-9987-4114c72643de",
        "app_mode": "test",
        "active": true,
        "first_name": "Clarkson",
        "last_name": "Igwe",
        "email": "clark.igwe@gmail.com",
        "dob": "1988-04-30",
        "phone": "07064378577",
        "start_date": "2022-12-09T00:00:00.000Z",
        "expiration_date": "2022-12-30T00:00:00.000Z",
        "activation_date": "2022-12-09T00:00:00.000Z",
        "distributor_id": "92e39bc5-6110-4dcb-8583-bc50c2e6922b",
        "customer_id": "c88899ad-b8b6-4501-b13a-4b4e39548f53",
        "buyer_id": "c88899ad-b8b6-4501-b13a-4b4e39548f53",
        "product_id": "bfd0f39c-0b8a-452f-a876-78bef8dde1da",
        "product_category_id": "f3933c0d-ef7c-4287-90bd-744cf00c8426",
        "provider_id": "63dbfce7-a743-47bd-bc49-b95703054aa1",
        "meta": {
            "payload": {
                "wef": "2022-12-09",
                "wet": "2022-12-30",
                "name": "Clarkson Igwe",
                "excess": 50,
                "smsTel": "07064378577",
                "medical": null,
                "noKaddr": "4 breadfruit street gbagada",
                "nokName": "Emeka Igwe",
                "premium": 31970.32,
                "titleId": "10439e44-98cf-e711-83b7-44850015c0e7",
                "lastName": "Igwe",
                "pryEmail": "nae.clark.igwe@gmail.com",
                "countryId": "8333ae6c-98e4-e711-83bb-44850015c0e4",
                "firstName": "Clarkson",
                "productId": "cb00e3f3-9feb-e711-a2be-005056a02281",
                "transDate": "2022-12-09",
                "preMedical": true,
                "sumAssured": 200000,
                "dateOfBirth": "1988-04-30",
                "passportUrl": "https://via.placeholder.com/300/09f/fff.png",
                "passportNumber": "AB4824929",
                "noKrelationship": "Brother"
            },
            "policy_number": "160132052301",
            "certificate_url": null,
            "provider_policy_id": 0
        },
        "genius_price": 31970.32,
        "market_price": 31970.32,
        "purchase_id": "b0940376-77d2-46de-a4cf-7cb9059afbc4",
        "profit": 6394.063999999999,
        "submitted_to_provider": true,
        "updated_at": "2023-09-13T09:14:47.039Z",
        "created_at": "2023-09-13T09:14:47.039Z",
        "deleted_at": null,
        "inspection_id": null
    }
}
Sample Payload
{
    "first_name": "Glitzy",
    "last_name": "Ken",
    "email": "ken1536367@gmail.com",
    "phone_number": "+2349135104578",
    "device_value": 200000,
    "gender": "Male",
    "date_of_birth": "2000-12-12",
    "title": "Mr.",
    "address": "6, Dayo Str., Ikeja, Lagos",
    "device_type": "Phone",
    "device_make": "Samsung",
    "device_model": "A53",
    "device_color": "Black",
    "imei_one": "350971670055348",
    "model_number": "3546E6",
    "serial_number": "102909",
    "product_id": "46240c74-fc6f-42f5-a0d2-66800b22d9aa"
}

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

Last updated