phoneNumberFrom to the user's blocklist so future calls from that number are rejected by ALL the user's agents globally. Typical use: spam, harassment, or competitors. Blocks the exact number only (not the caller name/account). Use POST /incoming-calls/:id/unblock with the same call ID to reverse.Authorization: ********************curl --location --request POST '/incoming-calls//block' \
--header 'Authorization: Bearer <token>'{
"success": true,
"blocked": true,
"blockedNumber": "+14155551234"
}