Unblock phone numbers so they can call the subscriber again.
Prerequisites:
POST /v1.0/oauth2/tokensCallFilterId (CFID-)GET /v1.0/subscribers/call-filter/blocked-numbersWhat this does: Removes one or more phone numbers from the blocked list. After removal, calls from those numbers are handled normally according to the active filter mode (e.g., they will ring through in BLACKLIST mode unless they’re caught by another rule).
Next steps:
GET /v1.0/subscribers/call-filter/blocked-numbersPOST /v1.0/subscribers/call-filter/allowed-numbers/addDocumentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Enter the token obtained from the Authentication endpoint
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 remove from the list.
["+15555555555"]Blocked Numbers Removed
The response is of type object.