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:
analytics:read-Чтение аналитики
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/analytics/broadcast/messages?v=undefined&language=undefined&project_id=undefined&broadcast_id=undefined&offset=undefined&limit=undefined&date=undefined&date_start=undefined&date_end=undefined&sort_by_date=undefined&platform=undefined&restream_id=undefined&text=undefined'
Responses
application/json
{
"total": 0,
"limit": 0,
"offset": 0,
"results": [
{
"timestamp": "2019-08-24T14:15:22.123Z",
"entities": [
{
"type": "text",
"text": "string"
}
],
"restream_id": 0,
"broadcast_id": 0,
"platform": "string",
"error": "string",
"action": "delivered"
}
]
}
Modified at 2026-04-28 20:02:55