Request body
{
"domain": "misterrium.bg",
"local_part": "checkout-tests", // optional
"label": "CI checkout regression",
"ttl_seconds": 86400, // null = persistent (paid)
"webhook_url": "https://your.app/email-hook"
}Response
{
"id": "...",
"address": "checkout-tests@misterrium.bg",
"label": "CI checkout regression",
"webhook_url": "https://your.app/email-hook",
"webhook_secret": "<48 hex chars — shown ONCE, save it>"
}Requires Authorization: Bearer <jwt> OR X-API-Key. Webhook payloads are HMAC-SHA256 signed using the secret returned here (header X-VaultMail-Signature).