Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Body Params application/json
{
"project_id": 1,
"notify_channel": "telegram",
"notify_category": "important",
"status": "enable"
}
Request Code Samples
curl --location --request POST 'https://api-v2.streamvi.io/method/notify_user/setting?v' \
--header 'Authorization: oauth <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_id": 1,
"notify_channel": "telegram",
"notify_category": "important",
"status": "enable"
}'
Responses
application/json Modified at 2025-09-11 17:15:27