Call Blocking Rules
Create call blocking rule
Create a call blocking rule for the specified project.
post/callBlockingRules
Request body
Example request
{
"name": "My Call Block Rule",
"direction": "INBOUND",
"callerCountry": "US",
"calleeCountry": "CA",
"callerMatch": "123",
"calleeMatch": "456",
"id": "01KG5BN8Z0HSR2P9GM3K9YA8RE"
}Response
OK
Example response
{
"name": "My Call Block Rule",
"direction": "INBOUND",
"callerCountry": "US",
"calleeCountry": "CA",
"callerMatch": "123",
"calleeMatch": "456",
"id": "01KG5BN8Z0HSR2P9GM3K9YA8RE"
}