Get user profile
Deprecated
Use /method/account/profile instead.
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Request Code Samples
curl --location --request GET 'https://api-v2.streamvi.io/method/users/profile?v&language&project_id' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"id": 0,
"type": 0,
"firstName": "string",
"lastName": "string",
"photo": "string",
"refId": "string",
"partners": 0,
"referralsIncome": "string",
"scope": 0,
"currency": "rub",
"countrie_id": 0,
"language": "ru",
"balance": 0,
"lastProjectId": 0
}
Modified at 2025-09-11 17:15:27