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
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:write-Управление уведомлениями
or
Body Params application/jsonRequired
{
"project_id": 1,
"notify_channel": "telegram",
"notify_category": "important",
"status": "enable"
}
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/notify_user/setting?v=undefined' \
--header 'Content-Type: application/json' \
--data '{
"project_id": 1,
"notify_channel": "telegram",
"notify_category": "important",
"status": "enable"
}'
Responses
application/json
Modified at 2026-05-13 15:11:55