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": {
"otp": "847192",
"expires_in": 300
}
}
Fetch a one-time password for an admin mailbox
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": {
"otp": "847192",
"expires_in": 300
}
}
Documentation Index
Fetch the complete documentation index at: https://api.smartlead.ai/llms.txt
Use this file to discover all available pages before exploring further.
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": {
"otp": "847192",
"expires_in": 300
}
}