Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve the full KYC record for a user.
curl https://v2.app-dev.zquence.com/v1/kyc/usr_01HX3ZAB... \ -H "x-api-key: $ZQUENCE_PUBLIC_KEY" \ -H "x-api-secret: $ZQUENCE_SECRET_KEY"
{ "id": "kyc_01HX3ZH...", "userId": "usr_01HX3ZAB...", "tenantId": "tnt_01HX3Z8MQW...", "status": "complete", "currentStep": 54, "result": { "identity": "clear", "document": "clear", "liveness": "clear" }, "submittedOn": "2026-04-22T10:34:00.000Z", "createdAt": "2026-04-22T10:25:00.000Z" }
kyc.read
404