Authorization: oauth ********************curl --location --request GET 'https://api-v2.streamvi.io/method/channel/access/list?v&language&project_id&channel_id' \
--header 'Authorization: oauth <token>'{
"results": [
{
"access_type": 0,
"active": 1,
"channel_id": 1,
"id": 1,
"owner_id": 1,
"preview": "",
"title": "Ex title",
"transcoder_id": "1",
"unlim": 1,
"usageType": 0,
"project_id": 1,
"project_": {
"user_id": 1,
"name": "Alon",
"fename": "Walker",
"photo_50": "https://example.com/photo.jpg",
"ref_id": "asdfaD9"
},
"streamInfo": {
"description": "...",
"title": "...."
}
}
]
}