List SMTP Short Passwords
List all SMTP short passwords for a specific Mail Agent.
Endpoint
get /mailagents/{mailagentkey}/short-passwords
Copy full URL
Request URL
https://api.zeptomail.com/v1.1/mailagents/{mailagentkey}/short-passwords Copied!
Scope
Zeptomail.MailAgents.READCopied!
(or)
Zeptomail.MailAgents.ALLCopied!
Request Parameters
- Path Parameters
mailagentkeystringMandatory
Unique key of the Mail Agent.
Sample Request
Curl
Java
Python
Deluge
Copied!
curl --request GET \
--url https://api.zeptomail.com/v1.1/mailagents/{mailagentkey}/short-passwords \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Response Parameters
- HTTP code 200
Response Body - application/json
JSON Object
- HTTP code 400
Response Body - application/json
JSON Object
Possible Response Codes
200HTTP code
List of SMTP short passwords.
400HTTP code
Bad Request
Sample Response: HTTP 200
Copied!
{
"data": [
{
"created_time": "2025-06-04T08:19:00Z",
"password": "xxxx",
"id": "smtp-001"
}
],
"status": "success"
}
▼ Show full
Sample Response: HTTP 400
Copied!
{
"error": {
"code": "MA_107",
"message": "Mail agent name already exists"
},
"status": "failure"
}
▼ Show full
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.