Skip to main content
GET
/
v1.0
/
subscribers
/
call-filter
cURL
curl -X GET 'https://api.telegent.com/v1.0/subscribers/call-filter?SubscriberId=TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441' \
  -H 'Authorization: Bearer YOUR_TOKEN'
[
  {
    "FilterId": "CFID-05c3d6d2-21c2-4fab-8c7c-12746cad1499",
    "SubscriberId": "TSUID-C7AB61E0-9AD9-4512-ACA8-EDA284131441",
    "Phone": "+1234567890",
    "FilterMode": "WHITELIST",
    "AllowedNumbers": [
      "+1111111111",
      "+2222222222"
    ],
    "BlockedNumbers": [
      "+3333333333"
    ],
    "EnableTranscription": true,
    "TranscriptionAction": "WARNING",
    "WarningMessage": "This call may be terminated",
    "NotificationPhones": [
      "+9999999999"
    ],
    "ApplyToOutbound": false,
    "ApplyToInbound": false,
    "BlockUnknownNumbers": false,
    "BlockInternational": false,
    "RecordFlaggedCalls": false
  }
]

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

SubscriberId
string

Optional. Return only filters belonging to this subscriber. Format: TSUID- followed by a UUID.

Phone
string

Optional. Return only filters tied to this phone number. Use E.164 format (e.g., +15555555555).

AccountId
string

AccountId string

Response

Call Filters Retrieved