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.

Message Detail

Get Message Details

Request URL
/api/message/info
Request Parameter
Field Parameter Type Required Description
Message Id id Integer Yes Message Id
Response Data
Field Parameter Type Description
return code code Integer returned status code
return message msg String description of the return request operation
return data data Object return response data
Response Demo
{
    "code": 1,
    "msg": "ok",
    "data": {
        "id": "1213123",
        "uid": "1xxxxx",
        "lx": "0",
        "zt": "1",
        "bt": "【GNAME】 Domain name push accepted notice",
        "nr": "Dear ID, 1xxxxx<br />Your account ID 1xxxxxx has successfully pushed the following domain name to user ID xxxxx.<br><br>exmaple.com<br/>exmaple2.com<br><br >If it's not operated by yourself, maybe your account has been stolen, please contact us immediately!,<br/>Otherwise, you will take the risk at your own !",
        "sj": "2021-01-29 20:29:59",
        "ztstr": "Read",
        "lxstr": "System reminder"
    }
}