domain.whois

When updating the value of "country", it must be specified as a ISO-3166-1 two letter country code.
To get a list of acceptable codes, use the domain.countrylist API call

Examples

Get current WHOIS information

Try it Out
{
	"cuid": "D1"
}
{
	"code": 3000,
	"message": "Domain \"D1\" was not found."
}

Update technical contact name

Try it Out
{
	"cuid": "D1",
	"first_name": "John",
	"last_name": "Smith"
}
{
	"code": 3000,
	"message": "Domain \"D1\" was not found."
}

Parameters

Name Type Default
cuid cuid[Domain] Required
owner collection null
admin collection null
tech collection null

Errors

Code Name
3000 DomainNotFound
3101 DomainWhoisNotSupported
3001 DomainRegistrarCommandFailed