Get mailbox details by id
Request
Add parameter in header cmr-x-api-key
Example:cmr-x-api-key: ********************
or
Request Code Samples
curl --location --request GET 'https://customers.coldmailreseller.com/api/v1/integration/mailboxes/mailbox?mailboxId=' \
--header 'cmr-x-api-key: <api-key>'
Responses
application/json {
"status": 200,
"message": "Mailbox fetched successfully",
"data": {
"firstName": "john",
"lastName": "doe",
"profilePicture": "https://cdn.zapmail.ai/mailboxes/James-Carter-SelectAll-1756754834597.jpg",
"username": "john",
"domain": "bestkola.net",
"email": "john@bestkola.net",
"password": "h5MH%tcD@zT9a",
"isAdmin": false,
"appPassword": "ffd doqs dfwe",
"authenticatorSecret": "tukl dfds sloe oldf",
"id": "39XXMZ1SQMMWWPN2GCRB0Q78KZAR",
"expireOn": "2025-12-31T23:59:59Z"
}
}
Modified at 2026-01-29 20:02:11