DKIM
Duplicate DKIM Key
Using this endpoint you can duplicate the DKIM Key of one domain.
post/api/v1/add/dkim_duplicate
Request body
Example request
{
"from_domain": "mailcow.tld",
"to_domain": "awesomecow.tld"
}Response
OK
Using this endpoint you can duplicate the DKIM Key of one domain.
{
"from_domain": "mailcow.tld",
"to_domain": "awesomecow.tld"
}OK