# Get Verification Status

<mark style="color:blue;">`GET`</mark> `{{BASE_URL}}/api/v2/biometrics/merchant/data/verification/status`

Verify a API log reference, and retrieve verification status

#### 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            |
| ------------------------------------------- | ------ | ---------------------- |
| reference<mark style="color:red;">\*</mark> | String | verification reference |

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

```javascript
{
    "status": true,
    "detail": "Data Retrieve",
    "data": {
        "verification_status": "VERIFIED",
        "billing_status": true,
        "reference": "0a76c134-5198-4e76-ba57-1d4bf1e96fc0",
        "response_code": "00"
    }
}
```

{% endtab %}
{% endtabs %}
