warmupDetails is null when the mailbox is not enrolled in warmup.warmupEmailSentCount, landedOnSpamCount, landedOnInboxCount, and healthScore are present inside warmupDetails only when the mailbox has a linked warmup account.{
"warmupDetails": null
}{
"warmupDetails": {
"isWarmup": true,
"warmupStatus": "ACTIVE",
"warmupLimit": 20,
"minimumWarmupLimit": 2,
"increasePerDay": 2,
"warmupReplyRate": 35,
"warmupOpenRate": 100,
"warmupSpamProtectionRate": 100,
"warmupMarkAsImportantRate": 100,
"warmupOnWeekdays": true,
"warmupDisableSlow": false,
"warmupReadEmulation": true,
"moveWarmupEmails": true,
"warmupDestinationFolder": "Business Conversations",
"warmupIndustry": "Customer Relationship Management",
"warmupFilterTag": "Smart-Hare",
"minimumDelayBetweenWarmupEmails": null,
"maximumDelayBetweenWarmupEmails": null,
"maxThreadCount": 2,
"warmupEmailSentCount": 6,
"landedOnSpamCount": 0,
"landedOnInboxCount": 5,
"healthScore": "83.33"
}
}warmupStatus values: ACTIVE, PAUSED, STOPPED.curl --location 'https://customers.coldmailreseller.com/api/v1/integration/mailboxes/mailbox?mailboxId=GP6M2J2DHXM3F2J40S8AP316R2QR' \
--header 'cmr-x-api-key: <api-key>'{
"status": 200,
"message": "Mailbox fetched successfully",
"data": {
"id": "GP6M2J2DHXM3F2J40S8AP316R2QR",
"firstName": "Alice",
"lastName": "Johnson",
"profilePicture": "https://cdn.example.com/avatar.jpg",
"email": "alice@acmecorp.com",
"username": "alice",
"domain": "acmecorp.com",
"password": "********",
"isAdmin": false,
"appPassword": "********",
"authenticatorSecret": "JBSWY3DPEHPK3PXP",
"expireOn": "2025-12-31",
"warmupDetails": null
}
}