Aliases
Create time limited alias
You may create a time limited alias using this action. It takes a JSON object containing a domain and mailbox informations. Mailcow will generate a random alias.
post/api/v1/add/time_limited_alias
Request body
Example request
{
"username": "info@domain.tld",
"domain": "domain.tld",
"description": "my time limited alias",
"validity": 8760,
"permanent": false
}Response
OK