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 List

Get User Message List

Request URL
/api/message/list
Request Parameter
Field Parameter Type Required Description
Message Status status Integer Yes Message Status 1=read,0=unread
Page page Integer Yes Page
Page size limit Integer Yes Page size
Response Data
Field Parameter Type Description
Return code code Integer 1:Success -1:Error
Return message msg String Response Message
Return Data data Object Response Data
Response Demo
{
    "code": 1,
    "msg": "ok",
    "page": "1",
    "pagesize": "10",
    "count": 100,
    "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"
        }
    ]
}