SOAP API method DKIM_retrieve
Parameters
Name | Type | Description |
---|---|---|
id * | string | The identifier (id) of the object that is retrieved |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
dkim | Structure of type 'dkim' | All properties of the retrieved 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. |