> ## 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.

# v1.3.0

> New Numbers Inventory Report endpoint; Device Details is now an IMEI-based device lookup; InternationalVoiceEnabled and distributor AdminEmail added.

<Info>
  **Version:** 1.3.0 · **Published:** September 18, 2026 · **Published by:** Telegent Platform Team
</Info>

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

<AccordionGroup>
  <Accordion title="Numbers (1 endpoint)">
    **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
  </Accordion>
</AccordionGroup>

***

## 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`).
* **Distributors** — **Create 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).

***

<Note>
  If you have questions about any of these changes, contact [support@telegent.com](mailto:support@telegent.com).
</Note>
