Outbound
Update transactional API key
Updates an existing transactional API key configuration or changes the status
PATCH
Authorizations
Enter your Bearer token in the format "Bearer {token}"
Body
application/json
The API token to update
Example:
"transactional_a1b2c3d4"
Toggle key status (0 = disabled, 1 = enabled). If provided, other update fields will be ignored.
Available options:
0
, 1
Example:
1
New name for the transactional key
Required string length:
1 - 64
Example:
"Updated 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"]