# List of verification methods

## Get list of available verification methods

With this request, you are able to get verification methods available to the user.

<mark style="color:green;">`GET`</mark> <https://professional.signius.eu:8300/api/ra/users/\\{{user\\_email\\}}/identity-verification/methods>

**Headers**

| Name         | Value              |
| ------------ | ------------------ |
| Content-Type | `application/json` |

**Response**

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

```json
[
    {list of available verification methods}
]
```

{% endtab %}
{% endtabs %}
