Add Blocked Numbers
Block phone numbers from calling a subscriber.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Subscriber ID and an existing
CallFilterId(CFID-)
What this does: Adds one or more phone numbers to the blocked list. Calls from blocked numbers are rejected or silently dropped — the caller may hear a disconnect tone or nothing at all. Common use case: preventing unwanted, scam, or harassing callers from reaching a subscriber.
Next steps:
- Verify the addition —
GET /v1.0/subscribers/call-filter/blocked-numbers - Undo —
POST /v1.0/subscribers/call-filter/blocked-numbers/remove
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
Telegent Subscriber ID. Format: TSUID- followed by a UUID. Create one via POST /v1.0/subscribers/create or look up existing IDs with GET /v1.0/subscribers/get.
"TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441"
Call Filter ID. Format: CFID- followed by a UUID. Returned by POST /v1.0/subscribers/call-filter (Create) or GET /v1.0/subscribers/call-filter (List).
"CFID-8e966d20-08b8-42bf-a11f-2fdf72c663d6"
One or more phone numbers (E.164 format) to add to the list. Each number must start with + and country code, e.g., +15555555555.
["+15555555555"]Response
Blocked Numbers Added
The response is of type object.