Back to API references

SOAP API method DKIM_update

Parameters

Name Type Description
id * string The identifier (id) of the object that is updated
domainname * string Get the domain name where the public key is found.
selector * string Get the selector of the domain where the public key is found.
privatekey * string Get the private key for this DKIM used to sign a e-mail.
* required parameters

Return values

Name Type Description
dkim Structure of type 'dkim' All properties of the now updated dkim

Structure 'dkim'

Name Type Description
id int Get the ID of this DomainKey.
domainname string Get the domain name where the public key is found.
selector string Get the selector of the domain where the public key is found.
publickey string Get the public key for this DKIM used by the receiver to check if this e-mail is from the signer.
privatekey string Get the private key for this DKIM used to sign a e-mail.
isValid boolean Check if the current settings are valid for DKIM use.