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:
stream-keys:read-Чтение ключей потока
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/stream-pull-keys?v=undefined&language=undefined&project_id=undefined'
Responses
application/json
{
"results": [
{
"id": 1,
"uuid": "string",
"transport": "rtmp",
"name": "string",
"shareUrl": "string",
"status": "active"
}
]
}
Modified at 2026-05-13 15:11:55