serviceProvider (GOOGLE or MICROSOFT) or use contains to search by domain substring.curl --location 'https://customers.coldmailreseller.com/api/v1/integration/pre-warmup?serviceProvider=undefined&contains=acme&page=1&limit=20' \
--header 'cmr-x-api-key: <api-key>'{
"status": 200,
"message": "Pre-warmed up domains fetched successfully",
"data": {
"inventory": [
{
"domain": "prewarm-acmecorp.com",
"preWarmedUpMailboxes": [
{
"email": "jwilson@prewarm-acmecorp.com",
"firstName": "James",
"lastName": "Wilson",
"createdAt": "2025-01-15T10:00:00.000Z",
"profilePicture": "string",
"profileUrl": "string"
}
],
"purchasePrice": 30,
"renewalPrice": 15
}
],
"currentPage": 1,
"totalPages": 5,
"totalDomains": 42,
"totalMailboxes": 126
}
}