Transfer and Trade domain name

StructOperationResponse domainTransferTrade(string idSession, string domain, string authID, string idOwner, string idAdmin, string idTech, string idBilling,

Get host information

StructHostInfo hostInfo(string idSession, string host) Return the information of the requested host. Parameters Responses PHP

Get host list

StructHostList[] hostList(string idSession, array filters) Returns a list of hosts corresponding to the filters Parameters

Delete host

StructOperationResponse hostDelete(string idSession, string host) Delete a host at the registry. Parameters Responses ⚠️Important information

Create new host

StructOperationResponse hostCreate(string idSession, string host, string[] ipv4, string[] ipv6) Create a new host at the

Transfer domain

StructOperationResponse domainTransferIn(string idSession, string domain, string authID, string idOwner, string idAdmin, string idTech, string idBilling,

Update host

StructOperationResponse hostUpdate(string idSession, string host, string[] ipv4, string[] ipv6) Update a host at the registry.

Initialize dns zone

StructOperationResponse domainZoneInit(string idSession, string domain, int templateDNS) Reset all DNS settings with a template. Parameters