Activate domain
Domains
Activate domain
Activate domain after DNS configuration
Complete the domain setup by activating email services. This should be called after you’ve configured the nameservers at your registrar.
Prerequisites
- Domain must be in DNS_PENDING status
- Nameservers must be configured and propagated
Example Usage
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())
POST
Activate domain
Authorizations
API key with format cs_live_xxx
Path Parameters
Response
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

