---
title: "Get IVR config for Twilio"
method: GET
path: "/api/v1/ivr/config"
tags: ["IVR"]
---

# Get IVR config for Twilio

`GET /api/v1/ivr/config`

## Response `200`

OK

- IVRConfigResponse
  - `isEmergencyHoliday` string, required
  - `memberServicePhoneNumber` string, required
  - `lobName` string, required
  - `mxAgentEnabled` boolean, required
  - `mxAgentThresholdPercent` integer, required

## Changes

- **2026-08-27** `cfc13e4f9c15` — 2 info
  - added the required property `mxAgentEnabled` to the response with the `200` status
  - added the required property `mxAgentThresholdPercent` to the response with the `200` status

[Change history](https://skmtc.dev/cloverhealth/apis/clover-api/changes/api/v1/ivr/config/get.md)

---

[API](https://skmtc.dev/cloverhealth/apis/clover-api.md) · [All operations](https://skmtc.dev/cloverhealth/apis/clover-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloverhealth/clover-api/revisions/3aafd89cc614/schema)
