Update Message Route
Update an existing message route’s configuration including webhook URLs, HTTP methods, and timeout settings. Changes apply immediately to all numbers using this route.
What this does: Returns the updated route configuration. Only the fields you send are changed; omitted fields retain their current values. Changes apply immediately to all numbers using this route — no re-provisioning needed.
Next steps:
- Confirm the update —
GET /v1.0/message/routes - View numbers using this route —
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
Message Route ID to update
"MRID-01711e7e-c158-4de7-831f-673ab9fdaaa9"
Friendly name for the message route
"Main SMS Webhook"
Primary webhook URL
"https://apiendpoint.com"
HTTP method
GET, POST "GET"
Enable/disable route
true
Authentication type
None, Basic, Bearer "Basic"
Username for Basic auth
"admin"
Password or Bearer token
"passwordORbearerToken"
Callback webhook URL
"https://apiendpoint.com"
Callback HTTP method
GET, POST "POST"
Callback authentication type
None, Basic, Bearer Callback username
Callback password/token
Bypass AI Guardian filtering for inbound messages on this route
true
Bypass AI Guardian filtering for outbound messages on this route
true
Enable intelligent routing features (AI-assisted message routing)
true
Account ID associated with this message route
"DID-eab92510-1040-45a5-bb9c-0bad927SDY878W"
Response
Update Message Route
The response is of type object.