GEThttps://gapi.hotmail007.com/open/balance
Returns the balance and VIP information of the user corresponding to the current API Key
Parametry zaprosa
clientKey
query
Tipstring
Opisanie
Current user's API key, passed as a query parameter for OpenAPI authentication
| Parametr | Tip | Obyazatelno | Opisanie |
|---|---|---|---|
| clientKey | string | DA | Current user's API key, passed as a query parameter for OpenAPI authentication |
Testirovanie API
Zapolnite parametry, chtoby primer zaprosa vyshe obnovlyalsya v realnom vremeni. Bez vhoda API key nuzhno vvesti vruchnuyu.
Nezapolnennye obyazatelnye parametry ostanutsya placeholderami v primere zaprosa.
Primer zaprosa
https://gapi.hotmail007.com/open/balance?clientKey=<clientKey>
Dанные otveta
200
{
"code": 0,
"success": true,
"message": "",
"data": {
"email": "",
"balance": 0,
"vipLevel": 0,
"vipName": "",
"discountRate": 0,
"totalDeposit": 0
},
"requestId": ""
}