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
Changes
Changed in 4 of the 51 revisions of this API.134
- ●
removed the request property
descriptionrequest-property-removed
- ●
removed the request property
permanentrequest-property-removed
- ●
removed the request property
validityrequest-property-removed
- ●
- ○
added the new optional request property
descriptionnew-optional-request-property
- ○
added the new optional request property
permanentnew-optional-request-property
- ○
added the new optional request property
validitynew-optional-request-property
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲