Virtual Receptionist

List action urls

Retrieves a list of action urls of virtual receptionist.

get/ivrs/{id}/action_urls

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the virtual receptionist.

Response

OK

Example response

{
  "items": [
    {
      "id": "NzAwNTUxOTA5NzczMTQ4MTYw"
    }
  ]
}