Back to API Overview
Warmup Domains
Email domain warming system — 5-week progressive warmup for improved deliverability
Endpoints (7)
GET
/api/warmup-domainsAuth Required
List Warmup Domains
Get all warmup domains for the current user.
POST
/api/warmup-domainsAuth Required
Create Warmup Domain
Register a new domain for warmup. The domain must have valid SPF and DKIM before warmup can start.
GET
/api/warmup-domains/{id}Auth Required
Get Warmup Domain
Get a warmup domain by ID with full metrics.
PATCH
/api/warmup-domains/{id}Auth Required
Update Warmup Domain
Update warmup domain settings (e.g. pause/resume).
DELETE
/api/warmup-domains/{id}Auth Required
Delete Warmup Domain
Remove a warmup domain.
POST
/api/warmup-domains/{id}/startAuth Required
Start Warmup
Begin the 5-week progressive warmup schedule. Requires valid SPF and DKIM records. Warmup progresses: 5→10→25→50→100 emails/day. Auto-pauses if bounce rate >10% or spam rate >0.5%.
POST
/api/warmup-domains/{id}/metricsAuth Required
Update Warmup Metrics
Update sending metrics (open rate, reply rate, bounce rate, spam rate). Used to feed real delivery data back into the warmup monitor.