久久999这里只有精品视频|欧美夫妻性生活黄大片|久久九九九九九九热|波多野结衣二区看黄片在线|99性爱视频97厂超碰|欧美国产丝袜成年人二级毛片|中国一圾黄片免费看a级大片|太久思思中文字幕一区|爱爱很舒服欧美91|亚洲男女AV亚洲肏屄

Domain Reseller API - Domain Registration API - ICANN Registrar API - White Label Domain Service

Start Your Domain Reseller Business with Direct Registrar Access

ICANN-accredited registrar since 2006 with global TLD coverage, reseller-level pricing, and no annual or membership fees. Connect once to automate domain registration, renewal, transfer, DNS, and WHMCS workflows—with batch tools, lifetime WHOIS privacy for most eligible extensions, and infrastructure built to scale. Activate Reseller API Access

API documentation

Create DNS Record

Add a new DNS record for a specific domain

Content-Type application-json
category dns
action create_record

Request parameters

Parameter Name Type Describe Example
domain String (3-60) Domain name example.com
type String DNS record type (A, MX, CNAME, TXT, etc.) A
host String Host name for the DNS record www
value String DNS record value 192.168.1.1
pri Integer (Optional) Priority value (used for MX and SRV records) 20

Response parameters

Parameter Name Type Describe
id Integer DNS record ID
type String DNS record type (A, MX, CNAME, TXT, etc.)
host String Host name
value String DNS record value
ttl Integer Time to live in seconds
pri Integer Priority (for MX records)

Request Example

                                    
{
    curl https://api.nicenic.net/v2/?category=dns&action=create_record&domain={domain}&type={type}&host={host}&value={value}&pri={pri} 
      -H "Authorization: username:api_secret" 
      -H "Content-Type: application/json" 
}

Return result

0 OK Successful response
                                        
{
    "code": 0,
    "msg" : "success",
    "data" : {
        {
            "id": 12345,
            "type": "A",
            "host": "@",
            "value": "192.168.1.1",
            "ttl": 3600,
            "pri": 0
        }        
    }
}
400 Bad Request
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
Copyright © 2006-2026 NICENIC INTERNATIONAL GROUP CO., LIMITED All Rights Reserved