curl --request POST \
--url https://api.example.com/v1.0/subscribers/call-filter \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"FilterId": "<string>",
"SubscriberId": "<string>",
"Phone": "<string>",
"FilterMode": "<string>",
"AllowedNumbers": [
"<string>"
],
"BlockedNumbers": [
"<string>"
],
"EnableTranscription": true,
"KeywordFilter": "<string>",
"TranscriptionAction": "<string>",
"WarningMessage": "<string>",
"NotificationPhones": [
"<string>"
],
"ApplyToOutbound": true,
"ApplyToInbound": true,
"BlockUnknownNumbers": true,
"BlockInternational": true,
"RecordFlaggedCalls": true,
"TimeRestrictions": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1.0/subscribers/call-filter \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"FilterId": "<string>",
"SubscriberId": "<string>",
"Phone": "<string>",
"FilterMode": "<string>",
"AllowedNumbers": [
"<string>"
],
"BlockedNumbers": [
"<string>"
],
"EnableTranscription": true,
"KeywordFilter": "<string>",
"TranscriptionAction": "<string>",
"WarningMessage": "<string>",
"NotificationPhones": [
"<string>"
],
"ApplyToOutbound": true,
"ApplyToInbound": true,
"BlockUnknownNumbers": true,
"BlockInternational": true,
"RecordFlaggedCalls": true,
"TimeRestrictions": "<string>"
}
'JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
Call_Filter_Request object
Success