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 'https://api-v2.streamvi.io/method/rtmp_server/graph?v=undefined&language=undefined&interval=undefined&type=undefined' \
--header 'Authorization: oauth <token>'
Responses
application/json
{
"type": "performance",
"timeLine": [
1740738996,
1740738996,
1740738996
],
"countries": [
{
"countryName": "Russia",
"cities": [
{
"chartData": [
95,
10,
45
],
"cityName": "Moscow"
}
]
}
]
}
Modified at 2026-05-13 15:11:55