Skip to main content

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.

Version: 1.1.0 · Published: May 27, 2026 · Published by: Telegent Platform Team
This release introduces full webhook management through the API, number reactivation, and data usage renewal controls. Documentation across 58 existing endpoints has also been improved with clearer descriptions and fully visible request body fields.

New

A full CRUD suite for managing webhooks directly through the API — no portal required. Create webhooks with your target URL and event configuration, update them as your infrastructure changes, and delete them when no longer needed. Use GET /v1.0/webhook to retrieve a specific webhook by ID at any time.
  • GET /v1.0/webhook — Retrieve a webhook by ID
  • POST /v1.0/webhook/create — Create a new webhook
  • POST /v1.0/webhook/update — Update an existing webhook
  • POST /v1.0/webhook/delete — Delete a webhook
Number Reactivation — Reactivate a cancelled number without reprovisioning. Numbers are eligible for reactivation within 30 days of cancellation. Pass the number identifier and the reactivation is processed immediately.Data Usage Renewal Info — Update the renewal configuration for data usage settings on a number. Use this to adjust how data thresholds reset at the end of a billing cycle without needing to recreate the full data usage policy.
  • POST /v1.0/numbers/reactivate — Numbers - Reactivate
  • POST /v1.0/numbers/data-usage/update-renewal-info — Data Usage Update Renewal Info
Account Webhooks — Retrieve all webhooks configured on your account in a single call. Useful for auditing your event delivery configuration or syncing webhook state into your own system.
  • GET /v1.0/account/webhooks — Get Account Webhooks

Enhanced

Documentation for 58 endpoints has been improved. Raw code samples have been replaced with structured prose descriptions, request body fields are now fully visible with individual property definitions, and summaries have been standardised for consistency across the reference. Endpoints updated span Accounts, Numbers, Subscribers, Guardian Features, Call Filter, and Message Filter.
  • GET /v1.0/account — Get Account Details
  • POST /v1.0/account/create — Create New Account
  • POST /v1.0/account/update — Update Account
  • GET /v1.0/account/voice/routes — List Voice Routes
  • GET /v1.0/account/message/routes — List Message Routes
  • GET /v1.0/account/workgroups — Get Account’s Workgroups
  • GET /v1.0/account/schedules — Get Account Schedules
  • GET /v1.0/account/subscriptions — Get Subscriptions
  • GET /v1.0/account/products — Get Products
  • GET /v1.0/account/services — Get Services
  • GET /v1.0/account/packages — Get Packages
  • GET /v1.0/numbers — Number Details
  • POST /v1.0/numbers/device-details — Device Details
  • GET /v1.0/numbers/inventory — Numbers Inventory
  • POST /v1.0/numbers/availability — Search Available Numbers
  • POST /v1.0/numbers/provision — Number Provision (Purchase/Order)
  • POST /v1.0/numbers/portin — Numbers - Port In
  • POST /v1.0/numbers/portin/eligibility — Numbers - Port In Eligibility
  • POST /v1.0/numbers/portin/update — Numbers - Update Port In
  • POST /v1.0/numbers/cancel-portin — Cancel Port-in of a Number
  • POST /v1.0/numbers/portin/cancel — Numbers - Cancel Port In
  • POST /v1.0/numbers/portout — Numbers - Port Out
  • POST /v1.0/numbers/update — Numbers Update
  • POST /v1.0/numbers/status — Numbers Status
  • GET /v1.0/numbers/order — Order ID Details
  • POST /v1.0/numbers/refresh-nnid — Numbers - Refresh NNID
  • GET /v1.0/subscribers/get — Get Subscriber Details
  • POST /v1.0/subscribers/create — Create Subscriber
  • POST /v1.0/subscribers/update — Update Subscriber
  • POST /v1.0/subscribers/transfer — Transfer Subscriber
  • GET /v1.0/subscribers/guardian-features — Get Guardian Features
  • POST /v1.0/subscribers/guardian-features — Configure Guardian Features
  • GET /v1.0/subscribers/guardians/relation/parent — Get Guardian Relation Parent
  • GET /v1.0/subscribers/guardians/relation/child — Get Guardian Relation Child
  • POST /v1.0/subscribers/guardians/relation — Create Guardian Relation
  • POST /v1.0/subscribers/guardians/relation/delete — Remove Guardian Relation
  • POST /v1.0/subscribers/call-filter — Create Call Filter
  • GET /v1.0/subscribers/call-filter — Get Call Filters
  • POST /v1.0/subscribers/call-filter/update — Update Call Filter
  • POST /v1.0/subscribers/call-filter/delete — Delete Call Filter
  • GET /v1.0/subscribers/call-filter/allowed-numbers — Get Allowed Numbers
  • POST /v1.0/subscribers/call-filter/allowed-numbers/add — Add Allowed Numbers
  • POST /v1.0/subscribers/call-filter/allowed-numbers/remove — Remove Allowed Numbers
  • GET /v1.0/subscribers/call-filter/keywords — Get Call Filter Keywords
  • GET /v1.0/subscribers/call-filter/blocked-numbers — Get Blocked Numbers
  • POST /v1.0/subscribers/call-filter/blocked-numbers/add — Add Blocked Numbers
  • POST /v1.0/subscribers/call-filter/blocked-numbers/remove — Remove Blocked Numbers
  • POST /v1.0/subscribers/message-filter — Create Message Filter
  • GET /v1.0/subscribers/message-filter — Get Message Filters
  • POST /v1.0/subscribers/message-filter/update — Update Message Filter
  • POST /v1.0/subscribers/message-filter/delete — Delete Message Filter
  • GET /v1.0/subscribers/message-filter/allowed-contacts — Get Allowed Contacts
  • POST /v1.0/subscribers/message-filter/allowed-contacts/add — Add Allowed Contacts
  • POST /v1.0/subscribers/message-filter/allowed-contacts/remove — Remove Allowed Contacts
  • GET /v1.0/subscribers/message-filter/blocked-contacts — Get Blocked Contacts
  • POST /v1.0/subscribers/message-filter/blocked-contacts/add — Add Blocked Contacts
  • POST /v1.0/subscribers/message-filter/blocked-contacts/remove — Remove Blocked Contacts
  • GET /v1.0/subscribers/message-filter/keywords — Get Message Filter Keywords

If you have questions about any of these changes, contact support@telegent.com.