Lijst met Leden Ophalen

  • Haalt alle gegevens van hoofd- en subaccounts op die aan dit account zijn gekoppeld.

  • 【Maximale verzoekfrequentie: 10 keer/min】

  • Path:/members

  • Method:POST

  • Content-Type:application/json

Verzoekparameters

Parameternaam Type Vereist Standaardwaarde Uitleg
Account string Ja test01@qq.com Gebruikersreferenties Account

Verzoekvoorbeeld

{
    "Account": "test01@qq.com"
}

Retourparameter

{
    "msg": "Success",
    "status": 0,
    "data": "test01@qq.com:0",
    "account_expire_date": "2023-07-26 18:46:48",
    "account_reg_date": "2020-07-29 15:13:28"
}

0 Presentatie hoofdaccount,1 Presentatie subaccount

Debug deze interface met POSTMAN