Activate domain after DNS configuration
Complete the domain setup by activating Azure and Mailcow services. This should be called after you’ve configured the nameservers at your registrar.
import requests
domain_id = "550e8400-e29b-41d4-a716-446655440000"
response = requests.post(
f"https://api.coldsend.io/api/public/v1/domains/{domain_id}/activate",
headers={"X-API-Key": "your-api-key"}
)
print(response.json())
API key with format cs_live_xxx
Domain activation initiated
Response for domain activation.
Domain ID
Domain name
Current domain status
Whether DNS was verified
URL to check activation progress
Estimated completion time