v58

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-073053701.0 MB
Domains: WHOIS

Change WHOIS profile for domain

Change WHOIS contact profile for a domain.

Repoints the given contact roles to a new WHOIS profile and submits the change to the registry. The profile currently assigned to those roles is resolved automatically; the request fails if the given roles are not all on the same profile today.

Changing transfer sensitive fields on the owner contact starts an IRTP verification.

The change is processed asynchronously.

Use this endpoint to move a registered domain onto different contact information.

put/api/domains/v1/whois/change

Request body

new_whois_idinteger required

WHOIS profile ID to assign to the domain

domainstring required

Domain name

change_forstring[] required

Contact roles to repoint to the new WHOIS profile

Example request

{
  "new_whois_id": 131502,
  "domain": "mydomain.tld",
  "change_for": [
    "owner",
    "admin"
  ]
}

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}