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

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

<mark style="color:green;">`GET`</mark> `/verify/<verification-uuid>/`

**Permissions**

Нужно чтобы пользователь [<mark style="color:blue;">**активировал**</mark>](/lichnyi-kabinet/informaciya-o-polzovatele.md) свой аккаунт

**Headers**

| Name          | Value               |
| ------------- | ------------------- |
| Content-Type  | `application/json`  |
| Authorization | `Bearer <jwttoken>` |

**Описание ответа**

В ответе приходит [верификаци](/tipy-dannykh/verifikaciya/verifikaciya-polzovatelya.md)[я](/tipy-dannykh/verifikaciya/verifikaciya-polzovatelya.md#obekt-karta-ili-sushnost-verifikaciya)

**Response**

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

```json
{
    "uuid": "c9524d82-be7b-4b04-a602-7708cd8c0ccc",
    "name": "Новая карта 1",
    "typeOfVerification": null,
    "ps": {
        "id": 18,
        "name": "Тинькофф",
        "logoWithBackground": "/media/pslogo/tinkoff-color.svg",
        "logoWhite": "/media/pslogo/tinkoff-white.svg",
        "logoSimple": "/media/pslogo/tinkoff.svg",
        "currency": "rub",
        "filterName": "r"
    },
    "fio": "DD DD",
    "card": "**** **** **** 3496",
    "status": "S"
}
```

{% endtab %}

{% tab title="404" %}

```json
{
    "error": "Not found"
}
```

{% 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-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.
