curl --request POST \
--url https://api.example.com/v1.0/subscribers/call-filter/blocked-numbers/add \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"SubscriberId": "<string>",
"CallFilterId": "<string>",
"Numbers": [
"<string>"
]
}
'curl --request POST \
--url https://api.example.com/v1.0/subscribers/call-filter/blocked-numbers/add \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"SubscriberId": "<string>",
"CallFilterId": "<string>",
"Numbers": [
"<string>"
]
}
'JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
Blocked_Numbers_Request object
Success