curl --location --request GET 'https://api.zapmail.ai/api/v2/prewarmed-domains/count' \ --header 'x-auth-zapmail: YOUR_API_KEY'
{ "status": 200, "message": "Pre-warmed up domains count fetched", "data": { "google": 150, "microsoft": 75 } }