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/broadcast/events?language=undefined&project_id=undefined&broadcast_id=undefined&channels=undefined&level=undefined&platform=undefined&app=undefined&server=undefined&date_from=undefined&date_to=undefined&v=undefined'
Responses
application/json
{
"results": [
{
"level": "debug",
"text": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
]
}
Modified at 2026-05-13 15:11:55