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/pull-servers/list' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"results": [
{
"city": "Moscow",
"pingHost": "ping.streamvi.io",
"url": {
"rtmp": "rtmp://live.streamvi.io:1935/live/{{key}}",
"srt": "srt://live.streamvi.io:8093?streamid={{key}}",
"hls": "http://live.streamvi.io:8080/live/{{key}}/index.m3u8"
},
"country": {
"name": "string",
"code": "string",
"id": 0
}
}
]
}
Modified at 2025-09-11 17:15:27