# Информация о типах верификации

## Информация о типах верификации

<mark style="color:green;">`GET`</mark> `/verify/types/`

Информация о типах верификации (название, текста для клиента)

**Headers**

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

**Body**

**Приходит список типов** [**верификации**](/tipy-dannykh/verifikaciya/tipy-verifikacii.md)

**Response**

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

```json
[
    {
        "id": 1,
        "name": "Пластиковая карта",
        "description": "<p>Описание для пластиковой карты. Пример текста.</p>",
        "alias": ""
    },
    {
        "id": 2,
        "name": "Виртуальная карта",
        "description": "<p>Описание для виртуальной карты. Тестовый текст.</p>",
        "alias": ""
    },
    {
        "id": 3,
        "name": "Карта верификации",
        "description": "<p>Подробное описание процесса верификации карты.</p>",
        "alias": ""
    }
]
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://exchangerretp4lrpg6lp2.mikroservis.one/lichnyi-kabinet/verifikaciya-kart/informaciya-o-tipakh-verifikacii.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
