MailcowAlias
Get time limited alias
get/v1beta/mailcow/time-limited/alias
Query parameters
domain.namestring
Domain name without extension.
domain.extensionstring
Domain extension.
mailboxstring
Name of the mailbox.
Response
A successful response.
Example response
{
"code": 0,
"data": {
"results": [
{
"active": false,
"alias": "",
"created": "2019-01-01 0:00:01",
"id": 0,
"mailbox": "",
"private_comment": "Alias private comment",
"public_comment": "Alias public comment"
}
]
},
"desc": ""
}