# Face Authentication

## Face Authentication

<mark style="color:green;">`POST`</mark> `https://api.myidentitypay.com/api/v1/biometrics/merchant/user/authenticate/`

This endpoint allows you to authentication user's face

#### Query Parameters

| Name  | Type   | Description                                 |
| ----- | ------ | ------------------------------------------- |
| image | string | <p>Users image url(png,,<br>jpg,base64)</p> |

#### Headers

| Name      | Type   | Description          |
| --------- | ------ | -------------------- |
| x-api-key | string | \<your merchant key> |

{% tabs %}
{% tab title="200 Authenticated successfully." %}

```
```

{% endtab %}
{% endtabs %}
