Create Sub-account SMTP Password
POST/sub-account/:handle/smtp-password
Creates a new SMTP password for the specified sub-account.
Request
Responses
- 201
- 403
- 404
- 422
- 500
A new SMTP password was successfully created for the specified sub-account.
The operation is forbidden. You can't create SMTP passwords for this sub-account.
The specified sub-account does not exist.
You have reached the limit of SMTP passwords you can create for this sub-account.
An unexpected internal error occurred.