---
title: "Get CRM email throttle configuration"
method: GET
path: "/api/campaigns/throttle-config"
tags: ["crm-email"]
---

# Get CRM email throttle configuration

`GET /api/campaigns/throttle-config`

Admin-only endpoint returning the current send-throttle configuration: the per-minute wave size, the single-wave threshold and the nightly quiet-hours window.

## Response `200`

Successful Response

- CRMEmailThrottleConfig — Global send-throttle configuration for CRM email campaigns: the per-minute wave size, the audience size at/below which a campaign goes out in a single wave, and the nightly quiet-hours window during which sending pauses.
  - `rate_per_minute` integer, required — Max emails dispatched per wave (once per minute) when throttled.
  - `threshold` integer, required — At/below this audience size a campaign is sent in a single wave.
  - `quiet_hours_start` integer, required — Local hour (0-23) the nightly no-send window starts.
  - `quiet_hours_end` integer, required — Local hour (0-23) the nightly no-send window ends.

---

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