Verify zkKYC Status

circle-info

Before making any API requests, please refer to the Getting Started section on the zkMe API page to obtain the necessary API access parameters.

Get KYC statistics status

https://openapi.zk.me/kyc/v1/status
    ?mch_no=YourMerchantNumber
    &api_key=YourApiKey

Get Users List

Returns a list of users who initiated the verification flow under a dashboard account.

POST https://agw.zk.me/zkseradmin/openapi/kyc/getUsersList

Get Users KYC Result Overview

Returns the verification status of the user for the following credentials: Proof-of-Citizenship (PoC), Proof-of-Location (PoL), and AML Check (zkAML).

POST https://agw.zk.me/zkseradmin/openapi/queryKycInfoByAddress

Get Users Address Proof Result Overview

Returns the verification status of the user for the following credentials: Proof-of-Address (PoA).

POST https://agw.zk.me/zkseradmin/openapi/queryPoAInfoByAddress 

Last updated