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 Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
Scopes:
profile:read-Чтение профиля
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/users/profile?v=undefined&language=undefined&project_id=undefined'
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 2026-05-13 15:11:55