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.0.1.1 · Published: May 20, 2026 · Published by: Telegent Platform Team
This release adds the data usage renewal endpoint, expands the port-in and voicemail schemas, corrects the OAuth2 token path to match the live API, and improves the developer portal navigation and branding.

New

POST /v1.0/numbers/data-usage/update-renewal-info is now documented. Use this endpoint to configure the monthly or weekly usage reset cycle for one or more phone numbers, enable or disable auto-renew, and optionally zero out current usage immediately with ResetUsage: true. The renewal cycle is anchored to a per-number RenewalDay — not a global calendar reset.

Enhanced

AccountId (AID) is now documented as a field on POST /v1.0/numbers/provision. Required when a distributor account has more than one sub-account to scope the provisioned number to the correct account.
ProductType is now correctly marked as a required field on POST /v1.0/numbers/provision. The four supported values are Sms-Only, Data-Only, Sms+Data, and Sms+Data+Voice.
TargetClassification is now a required field on POST /v1.0/numbers/portin/eligibility. Specifies the intended number classification for the port (e.g. Mobile, Landline).
POST /v1.0/numbers/portin/update now documents the full available payload: PortInDate, TargetPortinClassification, SubscriberName, and ICCID (required for pSIM port-ins only) in addition to the existing carrier and billing address fields.
The request body sample for POST /v1.0/numbers/voicemail/update now includes FirstName and LastName fields alongside PIN and Email.
The description for POST /v1.0/numbers/data-usage now notes that unless a LimitValue is specified, the default data limit is 20 MB.
POST /v1.0/numbers/cancel-portin has been removed from the API reference. Use POST /v1.0/numbers/portin/cancel instead.
The token endpoint path in the API reference has been corrected from /v1.0/oauth2/tokens to /v1.0/OAuth2/tokens to match the casing used by the live API. Existing integrations are unaffected as the live API handles both casings, but the documentation now reflects the canonical path.
The changelog sidebar now displays version numbers only (e.g. v1.0.1.1) rather than the month and year. The published date is shown on each entry page.
The developer portal favicon has been updated to the Telegent logo mark, replacing the previous placeholder icon.

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