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

Query Parameters

api_key
string
required
The authentication key used to verify and authorise the API request from the client.
domain_name
string
The domain name for which availability or related operations are being requested.
vendor_id
integer
The unique identifier of the vendor whose service will be used to process the domain request.
curl "https://smart-senders.smartlead.ai/api/v1/smart-senders/search-domain?api_key=YOUR_API_KEY&vendor_id=1&domain_name=techbuilddemo"

Response Codes

200
Success
Returns available domains matching the search criteria. Domains are priced at $15 or less.
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": []
}