API Services

With the API, you can engage in domain name registration and account management! Our API supports domain search, registration, renewal, dropcatch, and the use of your own software and servers, among other functions. You can easily configure domain name servers, select renewals, and create folders for your domains.

Set Default Template

Set the default domain template for the account

Request URL
/api/template/set_default
Request Parameter
Field Parameter Type Required Description
Template Id id Integer Yes
Response Data
Field Parameter Type Description
Return code code Integer 1:return successfully -1:return failed
Return description msg String description of the return request operation
Response Demo
{
    "code": 1,
    "msg": "Success",
    "data": ""
}