Terug naar de indexpagina

SOAP API methode Account_createDkim

Beschrijving

A DKIM is used to sign a e-mail with a key so it can be verified by the receiver.

Parameters

Naam Type Beschrijving
domainname * string
login Structure of type 'login' Optional login data (soon deprecated)
access_token string Optional api access token
* verplichte parameters

Resultaat

Naam Type Beschrijving
dkim Structure of type 'dkim'

Structuur 'login'

Naam Type Beschrijving
username string The username of the login attempt
account string The account name of the login attempt
password string The password for the login attempt

Structuur 'dkim'

Naam Type Beschrijving
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.