Skip to main content
GET
/
api
/
v1
/
smart-senders
/
get-vendors
curl "https://smart-senders.smartlead.ai/api/v1/smart-senders/get-vendors?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
Your SmartLead API key
curl "https://smart-senders.smartlead.ai/api/v1/smart-senders/get-vendors?api_key=YOUR_API_KEY"

Response Codes

200
Success
Returns all active vendors with their corresponding IDs and details.
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": []
}