Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/platforms/list?v&language' \
--header 'Authorization: oauth <token>'
{
"results": [
{
"id": 1,
"is_adding": 1,
"title": "YouTube",
"extension": "png",
"url": "https://www.youtube.com",
"type": "youtube",
"oauth": 0,
"read_chat": 0,
"write_chat": 0,
"edit_name": 0,
"set_title": 0,
"set_description": 0,
"created_stream": 0,
"rtmp_url": 0,
"rtmp_key": 0,
"planned": 0,
"options": 0,
"url_stream": 0,
"viewers": 0,
"messages": 0,
"like": 0
}
]
}