Get list of webinar tariffs
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_webinar/list?v&language'
Responses
application/json {
"results": [
{
"plan_webinar_id": 1,
"participants": 1,
"title": "test",
"type": "webinar_intro",
"price_rub": 0,
"price_usd": 0,
"resolution": "2K",
"index": 0,
"discount": {
"month": 0,
"year": 10
}
}
]
}
Modified at 2026-04-25 09:35:45