v27

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

list least cost routings routes

get/LcrRoutes

Query parameters

lcr_sidstring required

Response

list of least cost routing routes

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"
  }
]