?email=john@b2bforcelabs.com to look up a single mailbox directly by its email address. Supports pagination and optional username filtering.x-api-key: ********************curl --location '/v1/mailboxes?email=undefined&contains=undefined&page=undefined&limit=undefined' \
--header 'x-api-key: <api-key>'{
"status": 200,
"message": "Mailboxes fetched successfully",
"data": {
"userId": "cmg9jatbj0000jv04cejuz12b",
"email": "baigt0449@gmail.com",
"totalMailboxes": 6,
"totalSearchedCount": 6,
"currentPage": 1,
"nextPage": 2,
"totalPages": 3,
"mailboxes": [
{
"id": "cmg9l78m8000bla04a6onx0ih",
"username": "Mary",
"fullName": "Mary",
"status": "PENDING",
"createdAt": "2025-10-02T15:45:32.768Z"
}
]
}
}