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

Used to approve or reject a domain transfer

Gateway This API call is only available for gateway accounts.
When using this API call the proper transfer authorization procedure for the registry involved should be handled by the user.
  • POSTMethod
  • /v2/domains/domainName/transfer/processId/actionURL
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
action Enum The action

Possible values:

  • approve
  • reject

Successful request

  • 200 OKHTTP Status

Failed requests

Generic errors can be expected.

The domain name
The process ID
The action

POST /v2/domains/domainName/transfer/processId/action