Need help? Call Live Support at +31 (0) 38 453 07 59

Used to get the status of a domain transfer

  • GETMethod
  • /v2/domains/domainName/transfer/processIdURL
Name Type Description Restrictions
domainName String The domain name
  • Regular expression: ^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+(?:[a-z][a-z0-9-]{0,61}[a-z0-9])$
  • Minimum length: 3
  • Maximum length: 255
  • Registry specific restrictions may apply
processId Integer The process ID
  • Optional. When omitted, will retrieve the information for the most recent transfer for this domain.

Successful request

  • 200 OKHTTP Status
  • application/jsonContent-Type
Name Type Required / Optional Description
domainName String Required The domain name
registrar String Required The name of the new registrar, only available if this is an outgoing transfer
status String Required Status of the transfer
requestedDate Timestamp Required The date on which the transfer was initiated
actionDate Timestamp Required The date on which a response is required before an automated response action will be taken
expiryDate Timestamp Required The new expiry date of the domain after the transfer
type Enum Required Incoming or outgoing transfer

Possible values:

  • IN: Incoming transfer
  • OUT: Outgoing transfer
processId Integer Required Process ID of the transfer
log List < log > Optional
Name Type Required / Optional Description
date Timestamp Required The date the message was logged
status Enum Required The status of the transfer at the time of the message

Possible values:

  • pendingwhois: Transfer is pending for whois information
  • pendingfoa: Transfer is pending approval from authorized contact
  • pendingvalidation: Transfer is pending registrant validation
  • pending: Transfer has is pending at the registry
  • approved: Transfer has been approved by autorized contact
  • cancelled: Transfer has been cancelled by customer
  • rejected: Transfer has been rejected by registry or registrant
  • failed: Transfer has failed
  • completed: Transfer is completed
message String Required The log message

Failed requests

Generic errors can be expected.

The domain name
The process ID

GET /v2/domains/domainName/transfer/processId