User
Get the current user
Returns the account associated with the bearer token, including preferences and account status.
get/user
Response
Successful operation
Example response
{
"login": "user",
"email": "user@example.com",
"balance": 10000,
"portsCount": 3,
"portsLimit": 10,
"discountPercent": 10,
"preferences": {
"vpnServer": "vpn1.ltesocks.io",
"proxyServer": "ap1.ltesocks.io",
"proxyProtocol": "socks5"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.