Authorizations
Enter your Bearer token in the format "Bearer {token}"
Body
application/json
Current SMTP username to update
Example:
"existing-user"
New SMTP username (will be sanitized to lowercase alphanumeric with hyphens)
Required string length:
1 - 64Example:
"new-user-name"
New password
Required string length:
8 - 72Example:
"newSecurePassword123"
Whether to allow sending from any domain (requires paid subscription)
Example:
false
List of approved domains for sending
Maximum length:
253Example:
["example.com", "mydomain.com"]Email sending quota
Required range:
x >= 0Example:
1000
List of allowed IP addresses
Maximum length:
50Example:
["192.168.1.1", "10.0.0.1"]