Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/plan_restream/list/project?v&language&project_id' \
--header 'Authorization: oauth <token>'
{
"results": [
{
"plan_restream_id": 0,
"title": "First",
"active": true,
"count_channel_min": 1,
"count_channel_max": 1,
"count_channel_step": 1,
"type": "free",
"bitrate_max": 10000,
"bitrate_min": 10000,
"bitrate_step": 0,
"index": 0,
"price": {
"month": 0,
"year": 0
},
"status": "current",
"feature": [
{
"name": "string",
"type": "string",
"value": "string",
"index": 0,
"unit": "string"
}
],
"support_custom_channel": true,
"custom_video": 0,
"own_tariff": {
"before": {
"id": 1,
"channel_max": 0,
"bitrate_max": 0,
"date_end": "2019-08-24T14:15:22Z",
"support_custom_channel": true,
"custom_video": 0
},
"current": {
"id": 1,
"channel_max": 0,
"bitrate_max": 0,
"support_custom_channel": true,
"custom_video": 0,
"date_end": "2019-08-24T14:15:22Z"
},
"next": {
"id": 1,
"channel_max": 0,
"bitrate_max": 0,
"date_start": "2019-08-24T14:15:22Z",
"support_custom_channel": true,
"custom_video": 0
}
}
}
]
}