/api/v1/customer/verify/eaiv-status

GET

/api/v1/customer/verify/eaiv-status

In this API, we will obtain the EAIV status for the respective logged-in customer.

{
    "status": true,
    "message": "You are marked as EAIV verified"
}
{
    "status": false,
    "message": "You are not marked as EAIV verified"
}