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/chat/messages/message?v=undefined&language=undefined&key=undefined&broadcast_id=undefined&event_id=undefined'
Responses
application/json
{
"event_id": "string",
"restreams": [
{
"id": "string",
"event_id": "string",
"restream_id": 0,
"platform": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"error": "string"
}
],
"entities": [
{}
],
"text": "string",
"sender": {},
"created_at": "2019-08-24T14:15:22.123Z",
"broadcast_id": 0,
"is_outgoing": true
}
Modified at 2026-05-13 15:11:55