Numbers Update
Update configuration settings for one or more phone numbers. Modify message routes, voice routes, capabilities, and other number attributes. Changes take effect immediately.
What this does: Returns confirmation of the updated number configuration. Changes apply immediately. You can change the message route, voice route, subscriber assignment, or number settings in a single call.
Next steps:
- Confirm the update —
GET /v1.0/numbers - Check inventory —
GET /v1.0/numbers/inventory
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 update (E.164 format)
"+18018018011"
Enable/disable SMS/MMS capabilities
true
Message type
a2p, p2p "p2p"
Number classification
MVNO, IoT "MVNO"
Enable/disable voice capabilities
true
MRID for message routing
"MRID-73af1e73-d7b3-4696-bdd9-5b407d9e99ee"
CRID for voice routing
"CRID-4dec6beb-3985-444b-8c06-8baa5jjvawe"
Telegent Subscriber ID. Format: TSUID- followed by a UUID. Create one via POST /v1.0/subscribers/create or look up existing IDs with GET /v1.0/subscribers/get.
"TSUID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d"
SIM card ICCID (for IoT/MVNO)
"8901240397190556232"
Caller ID first name
"John"
Caller ID last name
"Doe"
Product type for the number
Sms-Only, Data-Only, Sms+Data, Sms+Data+Voice "Data-Only"
Response
Numbers Update
The response is of type object.