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/channel_settings/chat/telegram/setting?v&language&project_id&channel_id' \
--header 'Authorization: oauth <token>'
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 2025-09-11 17:15:27