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.2.1 · Published: May 21, 2026 · Published by: Telegent Platform Team
Enhanced
Port-in expanded to a full 5-step lifecycle (Best Practices Reference — Section 8.2)
Port-in expanded to a full 5-step lifecycle (Best Practices Reference — Section 8.2)
Section 8.2 has been rewritten from a 2-step flow to a complete 5-step lifecycle guide:
- Eligibility — check before collecting anything from the subscriber; go/no-go guidance based on the result
- Submit — save the
OrderIdfrom the response; all subsequent lifecycle calls key off it - Update (
POST /v1.0/numbers/portin/update) — correct name mismatches, wrong account numbers, or missingPortInDatewithout cancelling and resubmitting - Cancel (
POST /v1.0/numbers/portin/cancel) — cancel byOrderId; cancel is final - Monitor (
GET /v1.0/numbers/order?OrderId=…) — poll throughSubmitted,Pending Carrier Approval,Scheduled,Completed,Rejected,Cancelled
Port-out section added (Best Practices Reference — Section 8.3)
Port-out section added (Best Practices Reference — Section 8.3)
New Section 8.3 documents the port-out flow: the gaining carrier initiates the transfer, and the MVNO must issue a PIN via
POST /v1.0/numbers/portout. Includes a callout on FCC obligations — issue the PIN promptly and do not suspend service before the port-out completes.Phase 6 quick-start description updated (Best Practices Overview)
Phase 6 quick-start description updated (Best Practices Overview)
The Phase 6 step on the Best Practices Overview page now reflects the full port-in lifecycle and mentions port-out PIN issuance, replacing the previous single-sentence description.
Port-in and port-out testing tasks added to onboarding Phase 3
Port-in and port-out testing tasks added to onboarding Phase 3
The Phase 3 API Walkthrough checklist now includes six additional tasks covering the full port-in lifecycle (eligibility, submit, update, cancel, monitor) and port-out PIN issuance. Both sections are marked as conditional — skip if porting is not in scope for the partner.
If you have questions about any of these changes, contact support@telegent.com.