Verify zkKYC Status

Before initiating the request to obtain the status, 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

Return the list of users who have authorized Soulbound Token under this project account.

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

Get Get Users KYC Result Overview

Returns the balance and statistics for a given address.

https://openapi.zk.me/kyc/v1/info
    ?mch_no=YourMerchantNumber
    &api_key=YourApiKey
    &network_id=...
    &zkme_id=User's zkMe ID

Last updated