Use /site/broadcast/restreams 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:
broadcast:read-Чтение трансляций
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/live/restreams?language=undefined&v=undefined&project_id=undefined&broadcast_id=undefined'
Responses
application/json
{
"results": [
{
"id": 1,
"channel_id": 1,
"channel_name": "my channel",
"channel_type": "youtube",
"url": "https://example.com/stream",
"viewer": 23,
"message": 12,
"like": 15
}
],
"centrifuge": {
"update_url_channel": {
"token": "string",
"channel": "string"
},
"update_stats_channel": {
"token": "string",
"channel": "string"
}
}
}
Modified at 2026-05-13 15:11:55