Authorizations
Enter your Bearer token in the format "Bearer {token}"
Body
application/json
SMTP username (will be sanitized to lowercase alphanumeric with hyphens)
Required string length: 
1 - 64Example:
"smtp-user1"
Optional password (will be generated if not provided)
Required string length: 
8 - 72Example:
"mySecurePassword123"
Whether to allow sending from any domain (requires paid subscription)
List of approved domains for sending
Maximum length: 
50Example:
["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"]Response
SMTP user created successfully. If no password was provided in the request, a generated password will be included in the response.