v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
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

uristring uri

Link to an IVR Menu list

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