{
"status": 200,
"message": "Mailboxes fetched successfully",
"data": {
"totalSearchedCount": 50,
"currentPage": 1,
"nextPage": 2,
"totalPages": 2,
"purchasedMailboxes": 500,
"totalAssignedMailboxes": 20,
"totalActiveMailboxes": 10,
"availableMailboxes": 480,
"domains": [
{
"id": "12345abc-defg-6789-hijk-lmnopqrstu12",
"domain": "example1.com",
"status": "ACTIVE",
"mailboxes": [
{
"id": "abcd1234-5678-90ef-ghij-klmn12345678",
"username": "john.doe",
"email": "john.doe@example1.com",
"firstName": "John",
"lastName": "Doe",
"password": "password123",
"appPassword": "nfd2 jk43 4jas hfdj",
"secret": "gger u434 ebt6 kktm st4d hj41 62tz fe24",
"recoveryEmail": "john.doe@example1.com",
"status": "ACTIVE",
"profilePicture": null,
"domain": "example1.com",
"domainId": "12345abc-defg-6789-hijk-lmnopqrstu12",
"assignedOn": "2025-01-10T09:00:00.000Z",
"expireOn": "2025-02-10T09:00:00.000Z",
"createdAt": "2025-01-10T09:00:00.000Z",
"isWarmedUp": false
}
]
},
{
"id": "6789xyz-wxyz-4567-klmn-7890abcdef12",
"domain": "example2.net",
"status": "ACTIVE",
"mailboxes": [
{
"id": "xyz1234-5678-90ab-cdef-ghijk9876543",
"username": "jane.smith",
"email": "jane.smith@example2.net",
"firstName": "Jane",
"lastName": "Smith",
"password": "password456",
"appPassword": null,
"secret": null,
"recoveryEmail": "jane.smith@example2.net",
"status": "IN_PROGRESS",
"profilePicture": null,
"domain": "example2.net",
"domainId": "6789xyz-wxyz-4567-klmn-7890abcdef12",
"assignedOn": "2025-01-12T11:00:00.000Z",
"expireOn": "2025-02-12T11:00:00.000Z",
"createdAt": "2025-01-12T11:00:00.000Z",
"isWarmedUp": false
}
]
}
]
}
}