# Статус верификации по заявке

## Получение статуса верификации по заявке

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

Получение статуса верификации по заявке

**Headers**

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

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

| Название поля | Тип    | Описание                                                                                                   |
| ------------- | ------ | ---------------------------------------------------------------------------------------------------------- |
| statuses      | object | Описание [статусов верификации](/tipy-dannykh/verifikaciya/verifikaciya-polzovatelya.md#opisanie-statusov) |
| status        | string | Код статуса                                                                                                |
| message       | string | Сообщение пользователю если ошибочная верификация                                                          |

**Response**

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

```json
{
    "statuses": {
        "S": "Не подтверждено",
        "N": "Идет верификация",
        "V": "Верифицировано",
        "O": "Ошибочная",
        "U": "Откреплена"
    },
    "status": "N",
    "message": ""
}
```

{% endtab %}

{% tab title="404" %}

```json
// данная ошибка выйдет если заявка не найдена или в заявку еще не грузили фото
{
    "error": "Verification doesnt exist"
}
```

{% 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/zayavki/sozdanie-zayavki/verifikaciya-zayavki/status-verifikacii-po-zayavke.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.
