This function confirms the validity of a DomainKeys Identified Mail (DKIM) key for one or more domains.
Notes:
domain required | string <domain> The domain for which to confirm a valid DKIM key exists. Note: To check the DKIM key validity for multiple domains, duplicate the parameter name. For example, use the domain=domain=example.com&domain=example2.com&domain=example3.com domain=example.com |
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --user=username EmailAuth ensure_dkim_keys_exist domain='example.com'
{- "apiversion": 3,
- "func": "ensure_dkim_keys_exist",
- "module": "EmailAuth",
- "result": {
- "data": [
- {
- "domain": "example.com",
- "msg": "created new key",
- "status": 1
}
], - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}