App Passwords
Create App Password
Using this endpoint you can create a new app password for a specific mailbox.
post/api/v1/add/app-passwd
Request body
Example request
{
"active": "1",
"username": "info@domain.tld",
"app_name": "wordpress",
"app_passwd": "keyleudecticidechothistishownsan31",
"app_passwd2": "keyleudecticidechothistishownsan31",
"protocols": [
"imap_access",
"dav_access",
"smtp_access",
"eas_access",
"pop3_access",
"sieve_access"
]
}Response
OK