Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
Scopes:
billing:read-Чтение биллинга
or
Request Code Samples
curl --location --request GET 'https://api-v2.streamvi.io/method/plan_restream?v&language&project_id'
Responses
application/json {
"before": {
"id": 1,
"channel_max": 0,
"bitrate_max": 0,
"support_custom_channel": true,
"date_end": "2019-08-24T14:15:22.123Z",
"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:22.123Z"
},
"next": {
"id": 1,
"channel_max": 0,
"bitrate_max": 0,
"support_custom_channel": true,
"date_end": "2019-08-24T14:15:22.123Z",
"custom_video": 0
}
}
Modified at 2026-04-25 09:35:45