---
title: "Xác thực danh tính (KYC)"
method: POST
path: "/me/verify-identity"
tags: ["Me"]
---

# Xác thực danh tính (KYC)

`POST /me/verify-identity`

## Request body

- FireAntApiModelsUsersUserIdentityVerificationRequest
  - `photo` string
  - `documentType` string
  - `frontImage` string
  - `backImage` string

## Response `200`

Thành công

- FireAntApiModelsUsersUserIdentityVerificationResult
  - `succeeded` boolean
  - `message` string
  - `data` FireAntApiModelsUsersUserIdentityData
    - `phoneNumber` string
    - `email` string
    - `identityName` string
    - `identityNumber` string
    - `address` string
    - `dateOfBirth` string, date-time
    - `sex` string
    - `hometown` string
    - `nationality` string
    - `features` string
    - `issueDate` string, date-time
    - `issueLocation` string
    - `expiredDate` string, date-time

## Other responses

- `400` — Có lỗi khi thực hiện thao tác

---

[API](https://skmtc.dev/fireant/apis/fireant-restful-api.md) · [All operations](https://skmtc.dev/fireant/apis/fireant-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fireant/fireant-restful-api/revisions/12bfdf99ab50/schema)
