verification-expiration-date
```
**Where**:
email-address | email address of the domain owner which is pending verification |
domain-name | domain name where email is the owner |
verification-expiration-date
| verification deadline, i.e. if by this date and time (specified in standard ISO format) email is not positively verified, the domain name listed may be deactivated |
**Example:**
` https://dmapi.joker.com/request/wa-email-list?auth-sid=`
## wa-email-details
Returns email **verification status** and the **associated domain** for provided verification key (whois verification, email validation).If there is more than one domain using the email address to be verified, output will have one line per domain.
For full ICANN policy, please see [Whois-Validation](https://joker.com/goto/icann_ra_whois).
**Requires:**
`key Verification key sent to owner by verification email`
**Returns**:
`statusemaildomain `
**Where**:
status
| is 'verification', if 'key' is a valid verification key
|
email | email address 'key' has been sent to
|
domain | related domain |
**Sample:**
`https://dmapi.joker.com/request/wa-email-details?key=&auth-sid=`
## wa-email-validate
**Triggers a new email verification**. In case the original verification email got lost or did not succeed otherwise, this request will send a new email. The original key will be **automatically included**.
This request returns special response header "Result", which will contain "ACK" if the validation request has been sent successfully, or "NACK" otherwise, e.g. if the email address is not in "verification pending" status, or already verified (whois verification, email validation).
For full ICANN policy, please see [Whois-Validation](https://joker.com/goto/icann_ra_whois).
**Requires:**
```
email Email address to send validation request to. This must be domain owner's email address.
```
**Returns**:
```
Result: ACK validation request has been sent
Result: NACK no validation request has been sent for this email
```
**Sample:**
https://dmapi.joker.com/request/wa-email-validate?email=<email-of-owner>&auth-sid=<your-current-session-id>
## wa-email-verify
**Set an email address to 'validated'** by using the correct key, and voting with 'yes'.
This request returns a special response header "Result", which will contain "ACK" if the verification has been accepted or "NACK" otherwise, e.g. in case the key is not correct (whois verification, email validation).
This is usefull e.g. in case you want to implement your own indivídual landing page for your customers. The URL for this landing page can be set in Joker.com's 'Reseller Settings'.
For full ICANN policy, please see [Whois-Validation](https://joker.com/goto/icann_ra_whois).
**Requires:**
```
key Verification key sent to owner by verification email
answer Answer to verification request - "yes" or "no"
```
If the answer is "yes", the verification status is set to "verified" and email is confirmed as valid, if the answer is "no", then verification status is set to "invalid". If there is no answer before verification deadline (normally 15 days), the status is also set to "invalid".
**Returns**:
```
Result: ACK validation request has been successful
Result: NACK validation request has been rejected or failed
```
**Sample:**` https://dmapi.joker.com/request/wa-email-verify?key=&answer=[yes|no]&auth-sid=`
## domain-privacy-order
This request adds a subscription to Whois Privacy Services to an existing domain name.
A summary of all privacy related DMAPI commands is also available at DMAPI Whois Privacy Services.
**Requires (mandatory):**
*domain* | domain name to order privacy service for |
*privacy*
| basic|pro |
**Accepts (optional):**
*period* | renewal period in **months** (not in years!) |
*expyear*
| the wanted expiration year (e.g. '2016') |
"**expyear**" is a safety option which can be used **instead of "period"** to order privacy until the specified year (not longer).
If you use "period", and by mistake send the request more than once, the order would be executed again, while with "expyear", it will not be renewed if it's expiration year is greater or equals to the specified one.
**Only one of "period" or "expyear" may be used, but not both.**
If neither period nor expyear is provided, then privacy is ordered for the remaining domain lifetime, whatever it is.**
**Important:** Please note that registration period is in **months, not years**! In most cases, this number is a **multiple of 12**.
**Example:**
` https://dmapi.joker.com/request/domain-privacy-order?domain=example.com&privacy=pro&auth-sid=`
This would order privacy service "pro" for the same period as the current term of the domain "example.com".
## cor-verify
**Authorizes a 'Change of Registrant' (COR)** according to the ICANN IRTP-C policy as of 2016-12-01.
Please find the full documentation of the process at Joker.com [here](https://joker.com/goto/resdocs), the original ICANN policy is available [here](https://joker.com/goto/icann_irtp).
This request can be used if you did not setup a verification 'push' URL with our provided module (see link above), or you want to use the standard email procedure.
This request returns special response header "Result", which will contain "ACK" if the authorization request has been sent successfully, or "NACK" otherwise, e.g. if the key sent does not match the transaction.
**Requires:**
```
key authorization key (provided in COR confirmation request)
answer answer to confirm the COR - "yes" or "no"
```
If the answer is "yes", the change-of-registrant will be executed, if in case of "no", it will be rejected. Please also note the new flag 'lock-opt-out' in 'domain-owner-change' if you do **not** want to lock the domain after the COR for 60 days.
**Returns**:
```
Result: ACK authorization key has been accepted
Result: NACK authorization key has not been accepted
```
**Sample:**
https://dmapi.joker.com/request/cor-verify?key=<authorization key sent by Joker.com>&answer=yes&auth-sid=<your-current-session-id>
## query-price-list
**Returns**
List of domain prices per action and year (separated by tab) in the currency of the reseller account. The prices already include the reseller discount and also vat if it applies.
**Example:**
`https://dmapi.joker.com/request/query-price-list?auth-sid=`