warmupDetails is null when the mailbox is not enrolled in warmup.{ "warmupDetails": null }{
"warmupDetails": {
"isWarmup": true,
"warmupStatus": "ACTIVE"
}
}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
}
}