Get Users List

Get Users List #

Returns a list of labels for a given address #

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

Parameters: #

Name Type Description
mch_no string Your merchant number
api_key string Your API key
page int Page number, example value: 1
num int Number of data entries per page.

Sample response: #

{
  "code": 200,
  "message": "success",
  "data": {
    "data": [
      {
        "zkme_id": "i1gk3a4atkq2vzo",
        "verify_time": "",
        "account": "he.shuuya@gmail.com",
        "blockchain_id": 14,
        "blockchain_logo_url": "https://src.zk.me/icon/aptos.svg",
        "program_type": "advance",
        "network": "",
        "token_id": "561",
        "user_wallet_address": "0xad9b80038ccd4ddaaa3a8af21b4c97676e59c4e7d404ebc447c317b03571f4db",
        "authorization_info": null,
        "user_id": "",
        "ssi_wallet_address": ""
      },
      {
        "zkme_id": "wnxnascb2plc8yu",
        "verify_time": "",
        "account": "test10@zkme.xyz",
        "blockchain_id": 2,
        "blockchain_logo_url": "https://src.zk.me/icon/zeta.svg",
        "program_type": "advance",
        "network": "",
        "token_id": "2603",
        "user_wallet_address": "0x073376B6b4dD900E1e45a3730d28D2aAA5d4BebC",
        "authorization_info": null,
        "user_id": "",
        "ssi_wallet_address": ""
      },
      {
        "zkme_id": "c3dssa4gb1f900q",
        "verify_time": "",
        "account": "redmi202301@outlook.com",
        "blockchain_id": 12,
        "blockchain_logo_url": "https://src.zk.me/icon/lumoz.svg",
        "program_type": "advance",
        "network": "",
        "token_id": "1625",
        "user_wallet_address": "0x45b87bfc760f21f3219a14b49f464340da7f0ab5",
        "authorization_info": null,
        "user_id": "",
        "ssi_wallet_address": ""
      },
      {
        "zkme_id": "c3dssa4gb1f900q",
        "verify_time": "",
        "account": "redmi202301@outlook.com",
        "blockchain_id": 13,
        "blockchain_logo_url": "https://src.zk.me/icon/neutron.svg",
        "program_type": "advance",
        "network": "",
        "token_id": "1155",
        "user_wallet_address": "neutron1hgxydqfmqa575alqzgyygkdjg8ew8u8ygr7qmq",
        "authorization_info": null,
        "user_id": "",
        "ssi_wallet_address": ""
      },
      {
        "zkme_id": "hdyj943r722vuv7",
        "verify_time": "",
        "account": "andrea2023cj@163.com",
        "blockchain_id": 12,
        "blockchain_logo_url": "https://src.zk.me/icon/lumoz.svg",
        "program_type": "advance",
        "network": "",
        "token_id": "2073",
        "user_wallet_address": "0xeec1611f791014a34a68082b3424c4c577a22185",
        "authorization_info": null,
        "user_id": "",
        "ssi_wallet_address": ""
      },
      {
        "zkme_id": "2xkvvqar7ql91s9",
        "verify_time": "",
        "account": "test46@zkme.xyz",
        "blockchain_id": 5,
        "blockchain_logo_url": "https://src.zk.me/icon/polygon.svg",
        "program_type": "standard",
        "network": "",
        "token_id": "",
        "user_wallet_address": "0x79cfc173bc6f6cdedf87c36be412dba6751e55b7",
        "authorization_info": "176685228180733858507762836184642803037268034085844705414525",
        "user_id": "",
        "ssi_wallet_address": ""
      },
      {
        "zkme_id": "32uz16wajpgf35a",
        "verify_time": "",
        "account": "test26@zkme.xyz",
        "blockchain_id": 14,
        "blockchain_logo_url": "https://src.zk.me/icon/aptos.svg",
        "program_type": "advance",
        "network": "",
        "token_id": "6",
        "user_wallet_address": "0x51f6bcb3ce4f6e8a034968f524a0d2631c449c1baf0a10bb8f2d3f7cd56b2adb",
        "authorization_info": null,
        "user_id": "",
        "ssi_wallet_address": ""
      },
      {
        "zkme_id": "uxplwe8pzmhgath",
        "verify_time": "",
        "account": "test48@zkme.xyz",
        "blockchain_id": 5,
        "blockchain_logo_url": "https://src.zk.me/icon/polygon.svg",
        "program_type": "advance",
        "network": "",
        "token_id": "97",
        "user_wallet_address": "0x38642da63879c0e4ba6d3a9756e0fe990666f6a3",
        "authorization_info": null,
        "user_id": "",
        "ssi_wallet_address": ""
      },
      {
        "zkme_id": "uxplwe8pzmhgath",
        "verify_time": "",
        "account": "test48@zkme.xyz",
        "blockchain_id": 10,
        "blockchain_logo_url": "https://src.zk.me/icon/sei.svg",
        "program_type": "advance",
        "network": "",
        "token_id": "1713",
        "user_wallet_address": "sei1ap7ls4xww9q7gcgtcvzq4u0p6zz3vvwmc6lmtw",
        "authorization_info": null,
        "user_id": "",
        "ssi_wallet_address": ""
      },
      {
        "zkme_id": "5itz7djf7lkvody",
        "verify_time": "",
        "account": "fm6xd465qn@privaterelay.appleid.com",
        "blockchain_id": 1,
        "blockchain_logo_url": "https://src.zk.me/icon/eth.svg",
        "program_type": "advance",
        "network": "",
        "token_id": "4299",
        "user_wallet_address": "0xdd4ca2068ad744b7d961ef4e0d722bb2627389de",
        "authorization_info": null,
        "user_id": "",
        "ssi_wallet_address": ""
      }
    ],
    "page": {
      "page": 1,
      "num": 10,
      "total": 15
    }
  }
}