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/broadcast/restreams?v&language&project_id&broadcast_id' \
--header 'Authorization: oauth <token>'
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 2025-09-11 17:15:27