Get detailed sender account information
Retrieve complete details about a specific sender account including configuration and status.
import requests
inbox_id = "650e8400-e29b-41d4-a716-446655440000"
response = requests.get(
f"https://api.coldsend.io/api/public/v1/sender-accounts/{inbox_id}",
headers={"X-API-Key": "your-api-key"}
)
print(response.json())
API key with format cs_live_xxx
Sender account retrieved successfully
Detailed sender account response.
Inbox ID
Email address
Display name
Inbox type
Overall status
Daily sending limit
Emails sent today
Health score (0-100)
Domain info (for ColdSend inboxes)
SMTP host (for workspace inboxes)
SMTP port
Whether TLS is enabled
IMAP host (for workspace inboxes)
IMAP port
Whether SSL is enabled
Creation timestamp
Last update timestamp