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/events?v&language&project_id&broadcast_id&channels&level&platform&app&server&date_from&date_to' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"results": [
{
"level": "debug",
"text": "string",
"created_at": "2019-08-24T14:15:22Z"
}
]
}
Modified at 2025-09-11 17:15:27