Check an IP-warmup batch-send verdict
Given the batch size you want to send now (requested), return a batch-level accept/defer verdict against today’s live warmup headroom: how many emails may go today, how many must wait, and when headroom reopens. This is the enforcement layer over the warmup status — a bulk send can gate on one authoritative allow / partial / block decision instead of re-deriving the arithmetic. Read-only and tenant-isolated: the verdict only ever withholds volume above today’s ceiling, it never authorises a send. Requires an operator role.
Authorizations
Dashboard JWT token from Clerk
Query Parameters
Steady-state daily send volume the ramp builds up to.
1 <= x <= 10000000Number of emails the caller wants to send right now.
0 <= x <= 10000000Optional day-1 seed volume (defaults to 50/day).
1 <= x <= 1000000Optional per-day growth multiplier (defaults to 1.5).
1.05 <= x <= 4