- Method v1
- PlanRestream
- MoneyFlow
- Project
- ProjectHistory
- NotifyUser
- Centrifuge
- Stream key
- PlanTranscoding
- PlanStorage
- Channel settings
- Optional settings for vk. Depends on the tariff.
- Optional settings for youtube. Depends on the tariff.
- Optional settings for trovo. Depends on the tariff.
- Optional settings for twitch. Depends on the tariff.
- Optional settings for ok. Depends on the tariff.
- Optional settings for vk video live. Depends on the tariff.
- Set planned id. Depends on the tariff.
- Get playlists from the platform
- Get planned list
- Set name from custom channel. Global settings.
- Set rtmp url from channel. Global settings.
- Set transcoder from channel. Personal settings.
- Get status platform
- Get status platform
- Optional settings for telegram
- Get telegram post by filter
- Get telegram post list
- Get telegram settings
- Set telegram settings
- Get code for connected chat
- Disconnect telegram chat
- Channel
- Transcoders
- Platforms
- Auth
- Socials
- Transactions
- BlogPage
- HelpPage
- NotifyHistory
- ProjectChannelInvite
- List of invites for channel in project
- Get invitation for channel
- Accept channel invitation for selected project
- Decline channel invitation for selected project
- Get channel invitation using a secret link
- Accept channel invitation using a secret link
- Decline channel invitation using a secret link
- Get channel invite item for my channel for another user
- Add channel invite item for another user by id
- Add channel invite item for another user by email
- Del channel invite item for my channel for another user
- ProjectChannel
- BlogPageTag
- RtmpServer
- Pay system
- Payment
- Pay setting
- Stream pull keys
- Payout
- Chat gateway
- Broadcast
- Release
- Live
- Analytics
- Promo
- PolicyPage
- Referrals
- Pull servers
- Users
- Account
Load data for show card the tariffs v2
GET
/method/plan_restream/check
PlanRestream
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the oauth.Example:
Authorization: oauth ********************
Query Params
v
enum<string>
required
Allowed values:
123
Example:
3
language
enum<string>
required
Allowed values:
ruencn
Default:
en
Example:
en
project_id
number
required
period
enum<string>
required
Allowed values:
monthyear
plan_restream_id
number
required
use_balance
number
optional
channels
number
optional
bitrate
number
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-v2.streamvi.io/method/plan_restream/check?v&language&project_id&period&plan_restream_id'
Responses
🟢200OK
application/json
Body
tariff_price_month
number
required
Example:
39000
tariff_price_year
number
required
Example:
39000
balance
number
required
Example:
100000
sum
number
optional
Example:
39000
refund_current
number
optional
Example:
0
refund_after
number
optional
Example:
0
refund_balance
number
optional
Example:
0
decrease_balance
number
optional
Example:
1
total
number
optional
Example:
10000
notification
string
optional
Example:
Выбранный тариф будет установлен ...
notification_date
string <date-time>
optional
Example:
Выбранный тариф будет установлен ...
button_name
string
required
Example:
pay
currency
enum<string>
required
Allowed values:
rubusd
Example:
rub
choose_status
enum<string>
required
Allowed values:
newprolongateupgradedowngrade
status
enum<string>
required
Allowed values:
newcurrentcurrent_upgradecurrent_downgradeupgradedowngrade
channel
number
optional
bitrate
number
optional
Example
{
"tariff_price_month": 39000,
"tariff_price_year": 39000,
"balance": 100000,
"sum": 39000,
"refund_current": 0,
"refund_after": 0,
"refund_balance": 0,
"decrease_balance": 1,
"total": 10000,
"notification": "Выбранный тариф будет установлен ...",
"notification_date": "Выбранный тариф будет установлен ...",
"button_name": "pay",
"currency": "rub",
"choose_status": "new",
"status": "new",
"channel": 0,
"bitrate": 0
}
🟠400Bad Request
Modified at 2025-06-14 12:31:21