{
"status": 200,
"message": "Eligible mailboxes retrieved successfully",
"data": {
"mailboxes": [
{
"id": "mailbox_abc123",
"email": "user1@example.com",
"username": "user1",
"domain": "example.com",
"domainId": "domain_xyz789",
"status": "ACTIVE",
"isWarmedUp": true,
"tags": [
{
"id": "tag_abc123",
"name": "Sales Team"
}
],
"createdAt": "2024-10-01T10:00:00.000Z",
"assignedOn": "2024-10-01T10:00:00.000Z"
},
{
"id": "mailbox_def456",
"email": "user2@example.com",
"username": "user2",
"domain": "example.com",
"domainId": "domain_xyz789",
"status": "ACTIVE",
"isWarmedUp": true,
"tags": [
{
"id": "tag_def456",
"name": "Marketing"
}
],
"createdAt": "2024-10-15T14:30:00.000Z",
"assignedOn": "2024-10-15T14:30:00.000Z"
}
],
"totalCount": 25,
"eligibleCount": 2
}
}