Get Allowed Numbers
View the list of phone numbers allowed to call a subscriber.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Subscriber ID and
CallFilterId(CFID-) — find one withGET /v1.0/subscribers/call-filter
What this does: Returns every phone number on the allowed list. In WHITELIST mode, only these numbers can ring through to the subscriber — all other callers are blocked or sent to voicemail.
Next steps:
- Add a new trusted caller —
POST /v1.0/subscribers/call-filter/allowed-numbers/add - Remove someone from the list —
POST /v1.0/subscribers/call-filter/allowed-numbers/remove - View the blocked side —
GET /v1.0/subscribers/call-filter/blocked-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
Allowed Numbers Retrieved