Skip to main content
Version: 1.3.0 · Published: September 18, 2026 · Published by: Telegent Platform Team
This release adds a Numbers Inventory Report endpoint for bulk exports, expands Device Details into a full IMEI-based device lookup, and introduces per-line international voice control plus a distributor admin email for report delivery.

New

Numbers Inventory Report — Request a full inventory report for a distributor without paging through the inventory endpoint. Submit a DistributorId and optional Filter; the report is generated asynchronously and a CSV of every number (with number details) is emailed to the distributor’s admin email. Returns 200 OK with no body.
  • POST /v1.0/numbers/inventory-report — Numbers Inventory Report

Enhanced

  • Device Details (POST /v1.0/numbers/device-details) — now looked up by IMEI instead of phone number (number ownership is no longer required), and the response returns the full device profile: DeviceManufacturer plus Sim_Specifications, Technology, Device_Specifications, Device_Capabilities, Network_Compatibility, and Certification (returned as JSON-encoded strings). PhoneNumber is no longer accepted as input.
  • International voice — a new InternationalVoiceEnabled boolean is returned by Number Details (GET /v1.0/numbers) and Numbers Inventory (GET /v1.0/numbers/inventory), and can be set on Numbers Update (POST /v1.0/numbers/update).
  • DistributorsCreate Distributor (POST /v1.0/distributor/create) and Update Distributor (POST /v1.0/distributor/update) now accept and return AdminEmail, the address that receives distributor reports (including the Numbers Inventory Report CSV).

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