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:
project:read-Чтение проектов
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/project/get_project?v=undefined&language=undefined&project_external_id=undefined'
Responses
application/json
{
"name": "Test",
"fename": "Tester",
"photo_50": "https://ya.ru/a.jpg",
"type": 0,
"external_id": 1,
"internal_id": 1,
"countrie_id": 1,
"balance_bonus": 0,
"balance_payment": 0,
"balance_profit": 0,
"currency": "rub"
}
Modified at 2026-05-13 15:11:55