> For the complete documentation index, see [llms.txt](https://docs.signius.eu/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.signius.eu/api/ra/list-of-verification-methods.md).

# 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 %}
