Get Blocked Numbers
View the list of phone numbers blocked from calling a subscriber.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Subscriber ID and
CallFilterId(CFID-)
What this does: Returns every phone number currently blocked. Calls from blocked numbers are rejected or silently dropped — the caller may hear a disconnect tone or nothing at all.
Next steps:
- Block a new caller —
POST /v1.0/subscribers/call-filter/blocked-numbers/add - Unblock someone —
POST /v1.0/subscribers/call-filter/blocked-numbers/remove - View the allowed side —
GET /v1.0/subscribers/call-filter/allowed-numbers
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.
Query Parameters
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.
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).
AccountId string
Response
Blocked Numbers Retrieved