Sending Status
Get sending status
Returns whether company-level sending is active, paused, or suspended, the pause reason, the sender-health counts and thresholds behind it, the automated review state, whether sending can be restored without support, and ordered remediation steps. Call this whenever a send or test send fails for a reason that is not a validation error. Enforcement uses all-time totals from a reset watermark rather than a rolling window, so metricsWindow.expiresAt is always null and waiting does not restore sending. Requires the account:read scope.
get/sending-status
Response
Sending status returned
Example response
{
"success": true,
"pauseReason": "Bounce rate (9.910%) exceeded threshold (5%) for 111 total emails"
}