Other Requests
query-object
Accepts:
domain |
Domain name |
Exactly one of those must be specified. Only objects registered with Joker.com may be queried. |
contact | Contact handle | |
host | Nameserver |
Returns:
Information about specified object (similar to whois), in format "key: value".
This request is deprecated - please use ' query-whois' instead.
query-whois
Accepts:
domain |
Domain name | Exactly one of those must be specified. Only objects registered with Joker.com may be queried. |
contact | Contact handle | |
host | Nameserver |
Returns:
Information about specified object (similar to whois), in the format "key: value".
The difference to the query-object request is, that this request reflects actual (live) data in Joker.com database, while query-object may show data which not yet up-to-date.
wa-email-list
Lists all domains and owner emails of domains from your portfolio which are pending whois (email) verification.
For Whois validation, the email address of the owner contact of a newly created, transfered or modifed gTLD has to be verified.This verification is done by sending an email to the owner contact, which contains a unique key in a link. When this link is clicked, the related email address is set to "validated".
For full ICANN policy, please see Whois-Validation.
Requires: Nothing
Returns:
email-address<TAB>domain-name<TAB>verification-expiration-date
email-address<TAB>domain-name<TAB>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 |
https://dmapi.joker.com/request/wa-email-list?auth-sid=<your-current-session-id>
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.
Requires:
key Verification key sent to owner by verification email
Returns:
status<TAB>email<TAB>domain
Where:
status
|
is 'verification', if 'key' is a valid verification key |
email address 'key' has been sent to |
|
domain | related domain |
Sample:
https://dmapi.joker.com/request/wa-email-details?key=<key-to-query>&auth-sid=<your-current-session-id>
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.
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:
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.
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 successfulSample:
Result: NACK validation request has been rejected or failed
https://dmapi.joker.com/request/wa-email-verify?key=<key-to-use>&answer=[yes|no]&auth-sid=<your-current-session-id>
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=<your-current-session-id
This would order privacy service "pro" for the same period as the current term of the domain "example.com".
cor-verify
Please find the full documentation of the process at Joker.com here, the original ICANN policy is available here.
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:
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=<your-current-session-id>