Verify zkKYC Status

Before initiating the request to obtain the status from Get KYC statistics status and Get Users List, please follow Authentication at zkMe API to get your 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 have authorized a Soulbound Token under this project account.

https://openapi.zk.me/kyc/v1/users
   ?mch_no=YourMerchantNumber
   &api_key=YourApiKey
   &page=1
   &num=10

Get Users KYC Result Overview

Returns the verification status of the user for the following credentials: Proof-of-Citizenship (zkPoC), Proof-of-Location (zkPoL), and AML Check (AMLMe).

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

Get Users Accredited Investor Status Overview

Returns the verification status of the user for the following credentials: Proof-of-Accredited-Investor (zkPoAI).

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

Last updated