Skip to main content
Version: 1.2.0 · Published: August 19, 2026 · Published by: Telegent Platform Team
This release adds per-line control of MMS to the Numbers group, and introduces a Health Status group with a platform health check that reports the reachability of the Telegent database and the upstream T-Mobile API.

New

Numbers - Update MMS Settings — Enable or disable MMS on a provisioned line. MMS is a per-line setting independent of the message route: disabling it stops picture, video and group messaging on that line while leaving SMS in place. The response returns the resulting state in MMS (Enabled or Disabled) alongside Status and StatusMessage. AccountId is required for distributors whose token has access to more than one account.
  • POST /v1.0/numbers/mms/update — Numbers - Update MMS Settings
Health Status — Check that the platform and its upstream dependencies are reachable. Returns a top-level Status, the UTC time the checks ran in Checked_On_UTC, and a block per dependency — Database and TMobile_Api — each reporting its own Status, round-trip Duration_Ms, and an Error that is null while healthy. An unhealthy dependency is reported in the payload rather than as an HTTP error, so read Status instead of relying on the status code alone.
  • POST /v1.0/health-status — Health Status

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