Outbound
Create new transactional API key
Creates a new transactional API key for sending emails via the API
POST
Authorizations
Enter your Bearer token in the format "Bearer {token}"
Body
application/json
Name for the transactional key
Required string length:
1 - 64
Example:
"Production API Key"
List of approved domains for sending
Example:
["example.com", "mydomain.com"]
Email sending quota (0 for unlimited)
Required range:
0 <= x <= 1000000
Example:
1000
List of allowed IP addresses/CIDR ranges
Example:
["192.168.1.1", "10.0.0.0/24"]