Get Blocked Contacts
View the list of phone numbers blocked from messaging a subscriber.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - Subscriber ID and
MessageFilterId(MFID-)
What this does: Returns every phone number currently blocked. Messages from these numbers are silently dropped — the sender receives no error or notification.
Next steps:
- Block a new sender —
POST /v1.0/subscribers/message-filter/blocked-contacts/add - Unblock someone —
POST /v1.0/subscribers/message-filter/blocked-contacts/remove - View the allowed side —
GET /v1.0/subscribers/message-filter/allowed-contacts
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.
Message Filter ID. Format: MFID- followed by a UUID. Returned by POST /v1.0/subscribers/message-filter (Create) or GET /v1.0/subscribers/message-filter (List).
AccountId string
Response
List of Blocked Contacts