Run in Apidog
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 --request GET 'https://api-v2.streamvi.io/method/analytics/broadcast/messages?v&language&project_id&broadcast_id&offset&limit&date&date_start&date_end&sort_by_date&platform&restream_id&text' Responses application/json Generate Code
{
"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-25 09:35:45