These docs are for v2.11. Click to read the latest docs for v2.12.

Get IVRMenu

Get information of a IVRMenu.

Sample Response

{
    "ivrmenu": {
        "id": "IVR3792462920",
        "label": "Test IVR",
        "options": {
            "option0": {
                "destination": "Invalid",
                "destination_type": "Invalid"
            },
            "option1": {
                "destination": "Invalid",
                "destination_type": "Hangup"
            },
            "option2": {
                "destination": "Invalid",
                "destination_type": "Invalid"
            },
            "option3": {
                "destination": "Invalid",
                "destination_type": "Invalid"
            },
            "option4": {
                "destination": "Invalid",
                "destination_type": "Invalid"
            },
            "option5": {
                "destination": "Invalid",
                "destination_type": "Hangup"
            },
            "option6": {
                "destination": "Invalid",
                "destination_type": "Invalid"
            },
            "option7": {
                "destination": "8559633307",
                "destination_type": "FoneNumber"
            },
            "option8": {
                "destination": "1004",
                "destination_type": "SpeedDial"
            },
            "option9": {
                "destination": "Invalid",
                "destination_type": "Invalid"
            },
            "optionStar": {
                "destination": "Invalid",
                "destination_type": "Invalid"
            }
        },
        "digit_timeout": "0.5",
        "menu_repeat": "3",
        "menu_timeout": "8",
        "menu_timeout_options": {
            "destination": "1004",
            "destination_type": "SpeedDial"
        },
        "enable_speed_dials": true,
        "soundfile": ""
    }
}

Response Properties

PropertyTypeDescription
IVRMenuobjectIVRMenu
Language
Credentials
Header
Click Try It! to start a request and see the response here!