Skip to main content
GET
/
api
/
v1
/
smart-senders
/
get-domain-list
curl "https://smart-senders.smartlead.ai/api/v1/smart-senders/get-domain-list?api_key=YOUR_API_KEY"
{
  "ok": true,
  "data": []
}
Smart Senders API: Mailbox marketplace feature. Contact support@smartlead.ai for access.

Query Parameters

api_key
string
required
API key used to authenticate and authorise the request.

Headers

Content-Type
string
application/json (not required for GET, but safe to include)
curl "https://smart-senders.smartlead.ai/api/v1/smart-senders/get-domain-list?api_key=YOUR_API_KEY"

Response Codes

200
Success
Returns the list of domains purchased through Smart Senders.
400
Bad Request
Invalid request parameters or malformed request body
401
Unauthorized
Invalid or missing API key. Check your authentication.
500
Internal Server Error
Server error occurred. Please try again or contact support if the issue persists.
{
  "ok": true,
  "data": []
}