curl --request POST \
--url https://api.example.com/v1.0/subscribers/message-filter/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"FilterId": "<string>",
"SubscriberId": "<string>",
"Phone": "<string>",
"FilterMode": "<string>",
"AllowedContacts": [
"<string>"
],
"BlockedContacts": [
"<string>"
],
"KeywordFilter": "<string>",
"NotificationPhones": [
"<string>"
],
"ApplyToOutbound": true,
"ApplyToInbound": true,
"BlockUnknownNumbers": true,
"BlockLinks": true,
"BlockMedia": true
}
'curl --request POST \
--url https://api.example.com/v1.0/subscribers/message-filter/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"FilterId": "<string>",
"SubscriberId": "<string>",
"Phone": "<string>",
"FilterMode": "<string>",
"AllowedContacts": [
"<string>"
],
"BlockedContacts": [
"<string>"
],
"KeywordFilter": "<string>",
"NotificationPhones": [
"<string>"
],
"ApplyToOutbound": true,
"ApplyToInbound": true,
"BlockUnknownNumbers": true,
"BlockLinks": true,
"BlockMedia": true
}
'JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
Message_Filter_Request object
Success