Skip to main content
GET
/
api
/
v1
/
smart-senders
/
auth-secret
curl "https://smart-senders.smartlead.ai/api/v1/smart-senders/auth-secret?api_key=YOUR_API_KEY&email_account=admin@example.com"
{
  "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 authorize the request.
email_account
string
required
The email address for which the OTP should be generated.
curl "https://smart-senders.smartlead.ai/api/v1/smart-senders/auth-secret?api_key=YOUR_API_KEY&email_account=admin@example.com"

Response Codes

200
Success
Returns the one-time password for the specified admin mailbox.
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": {}
}