▶️ Start Verification Session
Code samples
POST /webapi/kyc/user/{uuid}
🛠️ Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| uuid | path | string(uuid) | true | Verification UUID |
Example responses
200 Response
{
"success": true,
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"start_time": "2023-12-01T10:00:00Z",
"status": 1,
"step": 1,
"session_end": "2023-12-01T10:30:00Z",
"steps": {},
"restrictions": {
"countryMode": "all",
"allowedCountries": [],
"allowedDocumentTypes": []
}
}
🔁 Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Session started | KycParams |
| 404 | Not Found | Verification not found | Inline |