kyc.read.
| Endpoint | Scope | Purpose |
|---|---|---|
GET /v1/kyc/:userid/reuse-eligibility | kyc.read | Check whether an existing KYC result can be reused. |
GET /v1/kyc/status/:userId | kyc.read | Read current KYC status. |
GET /v1/kyc/:userid/history | kyc.read | Read KYC status/history timeline. |
GET /v1/kyc/:userid/summary/export | kyc.read | Download KYC summary export. |
GET /v1/kyc/:userid/export/:exportType | kyc.read | Download a summary, detail, or form KYC PDF export. |
GET /v1/kyc/:userid/export-logs | kyc.read | Read KYC export audit logs. |
GET /v1/kyc/:userid | kyc.read | Read the full KYC record for a user. |
A customer can exist before their KYC record is created. Treat
404 from status, record,
history, or export endpoints as “KYC has not started” unless the customer ID is invalid.