Call API
V2
V2
  • Getting Started
  • Response Code
    • Response Code
    • Error Message
    • Error Codes
  • Authorization
  • endpoint
    • Upload Audio File
    • Get List Audio
    • Delete Audio File
    • Get List IVR
    • Get List Number Collection
    • Make A Call With Dymanic Variable
    • Get Call Detail / Status
  • Kembali ke OCA API Documentation
Powered by GitBook
On this page
Export as PDF
  1. endpoint

Get List IVR

PreviousDelete Audio FileNextGet List Number Collection

Last updated 8 months ago

After you design your IVR, you can use the ivr to make call to your customer. Remember, you can add dynamic content in your ivr design. In order to use ivr you have to see what ivr that available in your account, the ivr list will show you ivr name, ivr id, and variable (data you must provide when you make a call).

HTTP Method : GET

Endpoint URL :

Response List (Array)

Property
Type

ivr_id

String (it will use when you make a call)

ivr_name

String

required_variabel

Array (string) (if you add dynamic content when you design your ivr then the variable must be provided in your call request)

created_at

ISO DATE

deleted_at

ISO DATE

[
    {
        "ivr_id": "xxxxf03d61fae4001267xxxx",
        "ivr_name": "Testing Call Recording",
        "required_variable":[],
        "created_at": "2024-03-01T03:22:58.073Z",
        "deleted_at": "2024-03-01T03:22:58.073Z",
    },
    {
        "ivr_id": "xxxxghyuikae4001267xxxx",
        "ivr_name": "IVR Resti",
        "required_variable":[
                "name"
        ],
        "created_at": "2024-03-01T03:22:58.073Z",
        "deleted_at": "2024-03-01T03:22:58.073Z",
    },
]
https://webapigw.ocatelkom.co.id/call/v2/ivr-list