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/project/user/list?v&language&project_id' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"results": [
{
"user_id": 1,
"project_id": 1,
"name": "Test",
"fename": "Tester",
"photo_50": "https://ya.ru/a.jpg",
"type": 0,
"external_id": 1,
"access_type": 0
}
]
}
Modified at 2025-09-11 17:15:27