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 'https://api-v2.streamvi.io/method/webinar/room/pre-join?v=undefined&language=undefined&room_id=undefined&client_id=undefined'
Responses
application/json
{
"room_id": "room-id",
"room_display_name": "Room display name",
"client_id": "Client ID",
"participants_count": 10,
"owner_id": 1,
"participants": [
{
"name": "John Doe",
"image": "https://example.com/image.jpg"
}
]
}
Modified at 2026-05-13 15:11:55