> For the complete documentation index, see [llms.txt](https://developer.myidentitypass.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.myidentitypass.com/products/data-verification/nigeria/voters-card-verification/lookup-vin-id-image.md).

# Lookup VIN (ID Image)

## Lookup voters card ID image

<mark style="color:green;">`POST`</mark> `https://api.myidentitypay.com/api/v2/biometrics/merchant/data/verification/voters_card/image`

This endpoint allows you to verify a voters card ID image

#### Headers

| Name                                        | Type   | Description        |
| ------------------------------------------- | ------ | ------------------ |
| x-api-key<mark style="color:red;">\*</mark> | string | \<your secret key> |
| app-id<mark style="color:red;">\*</mark>    | String | \<your app id>     |

#### Request Body

| Name  | Type   | Description                       |
| ----- | ------ | --------------------------------- |
| image | string | voters card image(png,jpg,base64) |

{% tabs %}
{% tab title="200 " %}

```
{
    "status": true,
    "detail": "VIN Verification Successful",
    "response_code":"00",
    "vc_data": {
        "fullName": "",
        "vin": "",
        "gender": "",
        "occupation": "",
        "timeOfRegistration": "",
        "state": "",
        "lga": "",
        "registrationAreaWard": "",
        "pollingUnit": "",
        "pollingUnitCode": "",
        "date_of_birth": "",
        "first_name": "",
        "last_name": "",
    }
}
```

{% endtab %}
{% endtabs %}
