Check domain activation progress
Monitor the progress of your domain setup.
import requests
domain_id = "550e8400-e29b-41d4-a716-446655440000"
response = requests.get(
f"https://api.coldsend.pro/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
Simple domain setup progress response for customers.
This schema hides ALL internal implementation details - no stages, no step names, no retry counts, no technical failure reasons. Just simple status information.
Domain ID
Domain name
Current status: PENDING, IN_PROGRESS, COMPLETED, or FAILED
Overall progress (0-100)
Whether setup is complete
Whether setup has failed
User-friendly status message