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:write-Управление профилем
or
Body Params multipart/form-dataRequired
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/account/profile' \
--form 'v="1"' \
--form 'language="en"' \
--form 'first_name="John"' \
--form 'last_name="Doe"' \
--form 'avatar=@"/avatar.jpg"'
Responses
application/json
Modified at 2026-05-13 15:11:55