Developer Center

Listing Current Services

With this API command, "Listing Current Services" process is provided.
METHOD POST
URL < API URL >order/list
Content-Type application/json

Parameters
Name Mandatory Description
key Yes API key information you obtained.

Sample Request

{
	"key":"< API KEY >",
}

Sample Output
{
    "status": "successful",
    "total": 4,
    "data": [
        {
            "id": "513",
            "status": "active",
            "product_type": "domain",
            "product_id": "7",
            "product_name": "testexampledomain.com",
            "period_type": "year",
            "period_duration": "1",
            "product_amount": "64.0811",
            "product_amount_f": "$64.08",
            "currency": "USD",
            "domain": "testexampledomain.com",
            "ns1": "ns1.example.com",
            "ns2": "ns2.example.com",
            "creation_date": "2020-03-02 12:44:53",
            "renewal_date": "2020-03-02 12:44:53",
            "due_date": "2021-03-02 12:44:53"
        },
        {
            "id": "512",
            "status": "cancelled",
            "product_type": "hosting",
            "product_id": "16",
            "product_name": "CHEAP SSD 2",
            "period_type": "year",
            "period_duration": "2",
            "product_amount": "78.2679",
            "product_amount_f": "$78.27",
            "currency": "USD",
            "domain": "testexampledomain2.com",
            "creation_date": "2020-03-02 12:44:53",
            "renewal_date": "2020-03-02 12:44:53",
            "due_date": "2022-03-02 12:44:53"
        },
        {
            "id": "510",
            "status": "active",
            "product_type": "server",
            "product_id": "22",
            "product_name": "FR DED 2",
            "period_type": "month",
            "period_duration": "1",
            "product_amount": "149.9000",
            "product_amount_f": "$149.90",
            "currency": "USD",
            "ip": "192.168.1.1",
            "assigned_ips": [
                "192.168.1.2",
                "192.168.1.3"
            ],
            "creation_date": "2019-12-26 16:59:00",
            "renewal_date": "2019-03-27 16:59:00",
            "due_date": "2020-04-27 16:59:00"
        },
        {
            "id": "509",
            "status": "suspended",
            "product_type": "software",
            "product_id": "64",
            "product_name": "Example Software Script",
            "period_type": "year",
            "period_duration": "1",
            "product_amount": "59.8760",
            "product_amount_f": "$59.88",
            "currency": "USD",
            "domain": "testexampledomain3.com",
            "creation_date": "2020-02-27 14:12:00",
            "renewal_date": "2020-02-28 15:25:45",
            "due_date": "2023-02-27 14:12:00"
        }
    ]
}
 
Create Order

Do you have any questions?

Feel free to contact us
Contact Us
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top