📑 Получение списка KYC верификаций
Code samples
GET /webapi/kyc
Example responses
200 Response
{
"items": [
{
"id": 1,
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"user_id": 123,
"email": "user@example.com",
"status": 4,
"step": 3,
"country_restriction_mode": "all",
"liveness_status": 1,
"liveness_attempts": 1,
"created_at": "2023-12-01T09:00:00Z",
"updated_at": "2023-12-01T10:00:00Z"
}
]
}
🔁 Ответы
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Список KYC верификаций | Inline |
| 401 | Unauthorized | Не авторизован | Inline |
📋 Response Schema
| Name | Type | Description |
|---|---|---|
| items | KycVerification[] | Массив верификаций |