v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01960201.2 KB
DKIM

Duplicate DKIM Key

Using this endpoint you can duplicate the DKIM Key of one domain.

post/api/v1/add/dkim_duplicate

Request body

fron_domainstring

the domain where the dkim key should be copied from

to_domainstring

the domain where the dkim key should be copied to

Example request

{
  "from_domain": "mailcow.tld",
  "to_domain": "awesomecow.tld"
}

Response

OK

type'success' | 'danger' | 'error'