List all domains in your workspace
Retrieve a paginated list of custom domains configured for email sending.
import requests
response = requests.get(
"https://api.coldsend.io/api/public/v1/domains?status=ACTIVE",
headers={"X-API-Key": "your-api-key"}
)
print(response.json())
API key with format cs_live_xxx
Page number
x >= 1Items per page
1 <= x <= 100Filter by status