| GET | /admin/verifications | 查询认证列表 | detail → |
| GET | /admin/verifications/export | 导出认证记录 | detail → |
| GET | /admin/verifications/providers | 列出提供方配置 | detail → |
| POST | /admin/verifications/providers | 创建提供方配置 | detail → |
| DELETE | /admin/verifications/providers/{id} | 删除提供方配置 | detail → |
| GET | /admin/verifications/providers/{id} | 获取提供方配置详情 | detail → |
| PUT | /admin/verifications/providers/{id} | 更新提供方配置 | detail → |
| GET | /admin/verifications/stats | 获取认证统计 | detail → |
| GET | /admin/verifications/{id} | 获取认证详情 | detail → |
| POST | /admin/verifications/{id}/override | 人工覆盖认证状态 | detail → |
| POST | /admin/verifications/{id}/reset | 重置重试计数 | detail → |
| GET | /internal/verification/check | 内部检查认证状态 | detail → |
| POST | /verification/consent | 授权同意 | detail → |
| POST | /verification/liveness/begin | 开始活体检测 | detail → |
| POST | /verification/liveness/verify | 完成活体检测 | detail → |
| GET | /verification/me | 获取我的认证状态 | detail → |
| GET | /verification/me/detail | 获取我的认证详情 | detail → |
| POST | /verification/ocr | 提交OCR识别 | detail → |
| POST | /verification/verify | 提交身份核验 | detail → |