Use this file to discover all available pages before exploring further.
Goal: Walk the partner through every Intelligent API section in dependency order. By the end, the partner has built their own number end-to-end on dev.
Work the sections in order. Each one depends on the previous: you can’t create a Subscription without a Subscriber, a Number, and a Package; you can’t provision a Number without Routes. Skip optional sections (Voice, Data) if they’re out of scope.
Intelligent Routes — Message and Voice Routing Infrastructure
#
Task
Owner
ID to Save
4
Partner creates a Message Route (MRID) via API. First-time setup can be a joint call.
Partner
MRID-...
5
Partner creates a Voice Route (CRID) via API. For SIP partners, this is a SIP-enabled route pointing to the partner’s SBC. First-time setup can be a joint call.
Intelligent Port-In — Full Lifecycle (if porting is in scope)
#
Task
Owner
Notes
8a
Eligibility checked via POST /v1.0/numbers/portin/eligibility before collecting any subscriber details.
Partner
Confirm number is portable to target classification
8b
Port-in submitted via POST /v1.0/numbers/portin after LOA signed and current-carrier details confirmed.
Partner
Save OrderId (JNUOID-…) from the response
8c
Port-in update tested via POST /v1.0/numbers/portin/update using the OrderId — simulate a carrier rejection correction.
Partner
Test PortInDate for wireline scenarios
8d
Port-in cancel tested via POST /v1.0/numbers/portin/cancel using the OrderId.
Partner
Confirm cancel is final — a fresh submit is required to retry
8e
Order status monitored via GET /v1.0/numbers/order?OrderId=… and partner can read all statuses (Submitted, Pending Carrier Approval, Scheduled, Completed, Rejected, Cancelled).
Voice-route propagation: Voice-route changes propagate via a 10-minute automation cycle. For urgent moves during testing, ping Telegent on-call for a manual flip.
Phase complete when: Every relevant Intelligent API category has been tested on dev. The partner can provision, message, and (if applicable) call from a number they created themselves.