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
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/channel_settings/chat/telegram/setting?v=undefined&language=undefined&project_id=undefined&channel_id=undefined'
Responses
application/json
{
"connected": true,
"data": {
"filter_mode": 0,
"chat": {
"id": 0,
"name": "string",
"domain": "string",
"image": "string"
},
"post": {
"message_id": 0,
"text": "string",
"attachments": {}
}
}
}
Modified at 2026-05-13 15:11:55