curl --location --request GET 'https://api.zapmail.ai/api/v2/prewarmed-domains/get-domains?page=1&limit=10' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;'{
"status": 200,
"message": "Pre-warmed up domains fetched",
"data": {
"domains": [
{
"id": "bf2317e5-b37-xxxx",
"domain": "yourcompanynow.info",
"isSold": false,
"domainId": "923b513f-xxxx",
"preWarmedUpMailboxes": [
{
"domainId": "923b513f-xxxx",
"domain": "yourcompanynow.info",
"mailbox": {
"username": "fd",
"firstName": "Frank",
"lastName": "D",
"createdAt": "2025-03-07T15:25:43.433Z",
"profilePicture": null
}
},
{
"domainId": "923b513f-xxxx",
"domain": "yourcompanynow.info",
"mailbox": {
"username": "help",
"firstName": "Esa",
"lastName": "Käkelä",
"createdAt": "2024-07-12T10:03:08.566Z",
"profilePicture": "https://zapmail.blob.core.windows.net/profile-picture/"
}
},
{
"domainId": "923b513f-xxxx",
"domain": "yourcompanynow.info",
"mailbox": {
"username": "ad",
"firstName": "alan",
"lastName": "dsouza",
"createdAt": "2025-03-07T15:22:36.738Z",
"profilePicture": null
}
}
],
"price": 14.99
}
],
"total": 1,
"totalDomainsUnsold": 1,
"currentPage": 1,
"nextPage": 2,
"totalPages": 1
}
}