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:
webinar:read-Чтение вебинаров
or
Request Code Samples
curl --location --request GET 'https://api-v2.streamvi.io/method/webinar/stream/last?v&language&room_id&client_id'
Responses
application/json {
"id": 0,
"status": "complete",
"start_at": "string",
"end_at": "string",
"is_current_room": true,
"is_webinar_room": true
}
Modified at 2026-04-25 09:35:45