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:
notification:read-Чтение уведомлений
or
Request Code Samples
curl --location --request GET 'https://api-v2.streamvi.io/method/notify_user/screen?v&language&project_id'
Responses
application/json {
"type": "info",
"title": "string",
"text": "string",
"actions": [
{
"name": "external_link",
"value": "string",
"type": "primary",
"text": [
{
"language": "russian",
"language_iso": "ru",
"title": "",
"complited_title": ""
}
],
"icon": "",
"group_id": "string",
"group_type": "toggle"
}
]
}
Modified at 2026-04-28 20:02:55