Retrieve Sub-account SMTP Passwords
GET/sub-account/:handle/smtp-password
Retrieves details of all SMTP passwords associated with the specified sub-account. For security, the full SMTP password is not returned; only the password ID and a partially redacted version are provided.
Request
Responses
- 200
- 404
- 500
Successfully retrieved the SMTP password for the specified sub-account.
The specified sub-account does not exist.
An unexpected internal error occurred.