Get list of webinar tariffs
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Request Code Samples
curl --location --request GET 'https://api-v2.streamvi.io/method/plan_webinar/list?v&language' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"results": [
{
"plan_webinar_id": 1,
"participants_room": 1,
"rooms": 1,
"title": "test",
"type": "webinar_intro",
"price_rub": 0,
"price_usd": 0,
"resolution": "1080p",
"index": 0,
"discount": {
"month": 0,
"year": 10
}
}
]
}
Modified at 2025-12-08 06:33:16