Skip to main content
GET
/
v1.0
/
message
/
routes
cURL
curl -X GET 'https://api.telegent.com/v1.0/message/routes?MessageRouteId=MRID-73af1e73-d7b3-4696-bdd9-5b407c96fc8a' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "MessageRouteId": "MRID-01711e7e-c158-4de7-831f-673ab9fdaaa9",
  "AccountId": "AID-ab12345-2725-45a1-bd5e-526ed19799xx",
  "RouteName": "Main SMS Webhook",
  "MessageUrl": "https://apiendpoint.com",
  "MessageUrlMethod": "GET",
  "MessageRouteEnabled": true,
  "MessageAuthenticationType": "Basic",
  "MessageUsername": "admin",
  "MessagePasswordToken": "passwordORbearerToken",
  "CallbackMessageUrl": "https://apiendpoint.com",
  "CallbackMessageUrlMethod": "POST",
  "CallbackMessageAuthenticationType": null,
  "CallbackMessageUsername": "admin",
  "CallbackMessagePasswordToken": null
}

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

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Query Parameters

MessageRouteId
string

The unique message route ID (e.g., MRID-xxxxx)

Response

200 - application/json

Message Route Details

The response is of type object.