Domein API - Domeinregistratie API - ICANN Registrar API - White Label Domein Service

Start Building with NiceNIC Domein API v2

API access is free fof every active NiceNIC user. Nee reseller upgrade is required. Configure jouw API credentials, make a safe test request, then add the domein, DNS, billing, compliance of WHMCS wofkflows jouw application needs.

Nameservers bijwerken

Met deze update kunt u de nameserver van het domein aanpassen

Content-Type application/json
categorie domain
actie change_dns

Aanvraagparameters

Parameternaam Type Omschrijving Voorbeeld
domain Tekst (3-60) Domeinnaam example.com
dns1 Server Primaire nameserver wijzigen ns1.my-ndns.com
dns2 Server Secundaire nameserver wijzigen ns2.my-ndns.com
... Server Meer DNS, maximaal 6 nsX.my-ndns.com

Voorbeeld aanvraag

                                    
{
    curl https://api.nicenic.net/v2/?category=domain&action=change_dns&domain={domain}&dns1={dns1}&dns2={dns2}&...={...} 
      -H "Authorization: username:api_secret" 
      -H "Content-Type: application/json" 
}

Resultaat teruggeven

0 OK Succesvolle respons
                                        
{
    "code": 0,
    "msg" : "success",
    "data" : {        
    }
}
400 Ongeldig verzoek
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
Copyright © 2006–2026 NICENIC INTERNATIONAL GROUP CO., LIMITED. Alle rechten voorbehouden. · U.S. Affiliate: NICENIC LLC