IVR
Get IVR Menu list
Returns a company IVR menus.
get/restapi/v1.0/account/{accountId}/ivr-menus
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Response
OK
Example response
{
"records": [
{
"id": "7258440006",
"uri": "https://api-example.rincentral.com/restapi/v1.0/account/5936989006/ivr-menus/7258440006",
"name": "IVR Menu 1001",
"extensionNumber": "1001"
}
]
}