v27

latestOpenAPI 3.0.0MITraw.githubusercontent.com2025-11-2810941146.5 KB
Call Routing

retrieve least cost routing route

get/LcrRoutes/{LcrRouteSid}

Response

least cost routing route found

lcr_sidstring required
regexstring required

out going call Phone number regex

priorityinteger required
descriptionstring

Example response

{
  "lcr_sid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "regex": "1*",
  "priority": 1,
  "description": "this is example description"
}