Numbers - Port In
Prerequisites:
- Required: Bearer token —
POST /v1.0/oauth2/tokens - Recommended: Confirm the number is portable first —
POST /v1.0/numbers/portin/eligibility - Required: Losing carrier name, account number, account password, and subscriber billing address
Transfer an existing phone number from another carrier into your Telegent account. Before submitting a port-in, run the Port-In Eligibility check to confirm the number can be ported. You will need the losing carrier name, account number, account password, and the subscriber’s billing address for LNP (Local Number Portability) compliance.
What this does: Submits the port request to the carrier and returns an OrderId with an initial status of Pending. Monitor the order using the OrderId. Port requests typically take 1-5 business days to complete.
Next steps:
- Track the port order status —
GET /v1.0/numbers/order - Cancel if needed —
POST /v1.0/numbers/portin/cancel
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.
Authorizations
Enter the token obtained from the Authentication endpoint
Body
Phone number to port in (E.164 format)
"+11234567890"
Name of the losing carrier
"Company LLC"
Account number with current carrier
"4651234567"
Account PIN/password with current carrier
"0550"
SIM card ICCID (optional)
"8901240397190557414F"
Classification type for the port-in
mvno, iot "mvno"
Name of the subscriber (optional)
"John Doe"
Response
Success — returns the port-in order ID and initial status
The response is of type object.