Reset SMTP Account Password
Generate a new password for an SMTP account.
Generate a new password for an existing SMTP account. The old password will no longer be valid.
Scope: domains.smtp_accounts.write
Path Parameters
domain_idintegerrequiredThe ID of the domain.
smtp_account_idintegerrequiredThe ID of the SMTP account.
Sample Response
200 OK
{
"data": {
"id": 55,
"email_address": "[email protected]",
"password": "NewPass123..."
}
}