Authorization: oauth ********************curl --location --request GET 'https://api-v2.streamvi.io/method/broadcast/list?language&project_id&limit&offset&order&v' \
--header 'Authorization: oauth <token>'{
"results": [
{
"id": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"finish_at": "2019-08-24T14:15:22.123Z",
"reconnects": 0,
"restreams": [
{
"type": "string",
"viewers": 0,
"message": 0
}
]
}
],
"limit": 0,
"offset": 0,
"total": 0
}