Identity Verification API
7/8/26Less than 1 minute
Identity Verification API
Info
User identity verification endpoints under /v1/identity/. Requires JWT authentication with USER, PRO, or ADMIN role.
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /v1/identity/start | Start identity verification |
| GET | /v1/identity/query | Query verification result |
| GET | /v1/identity/status | Get verification status |
| GET | /v1/identity/records | List verification records |
Tips
The verification process is asynchronous. Use the /status endpoint to poll for completion after starting verification.
Changelog
7/8/26, 5:52 AM
View All Changelog
9f290-on

