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/stream-keys?v&language&project_id' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"wait": 0,
"record": true,
"key": "string",
"pause_media_service_file_id": 0,
"lost_media_service_file_id": 0
}
Modified at 2025-09-11 17:15:27