Check domain activation progress
Monitor the progress of domain setup including all configuration steps.
import requests
domain_id = "550e8400-e29b-41d4-a716-446655440000"
response = requests.get(
f"https://api.coldsend.io/api/public/v1/domains/{domain_id}/progress",
headers={"X-API-Key": "your-api-key"}
)
print(response.json())
API key with format cs_live_xxx
Progress retrieved successfully
Domain setup progress response.
Domain ID
Domain name
Current step being processed
Overall setup status
Progress percentage (0-100)
Detailed step progress
Setup start time
Last update time
Last error if any
Estimated completion time
Whether setup can be retried
Number of retry attempts
Last retry timestamp
Detailed failure reason