Developer Center

Service Detail Viewing

With this API command, "Service Detail Viewing" process is provided.
METHOD POST
URL < API URL >order/detail
Content-Type application/json

Parameters
Name Mandatory Description
key Yes API key information you obtained.
id Yes ID number of the service.

Sample Request

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

Sample "Software" Service Output
{
    "id": "511",
    "status": "active",
    "period_type": "month",
    "period_duration": "1",
    "product_name": "Sample Software Product",
    "product_type": "software",
    "product_id": "64",
    "product_amount": "44.5477",
    "product_amount_f": "$44.55",
    "currency": "USD",
    "domain": "sample.com",
    "change_domain_has_expired": true,
    "change_domain_used": 2,
    "change_domain_limit": "2",
    "change_domain": true,
    "download_type": "file",
    "download_hash": "a0d2c9ca819de752095ec5d204321637",
    "download_ext": "jpg",
    "creation_date": "2020-02-29 15:22:47",
    "renewal_date": "2020-02-29 15:22:47",
    "due_date": "2020-03-29 15:22:47"
}
Sample "Web Hosting" Service Output
{
    "id": "484",
    "status": "active",
    "period_type": "year",
    "period_duration": "1",
    "product_name": "CHEAP SSD 1",
    "product_type": "hosting",
    "product_id": "15",
    "product_amount": "23.7400",
    "product_amount_f": "$23.74",
    "currency": "USD",
    "domain": "sample.com",
    "features": {
        "disk_limit": "2048",
        "bandwidth_limit": "10240",
        "email_limit": "5",
        "database_limit": "5",
        "addons_limit": "0",
        "subdomain_limit": "3",
        "ftp_limit": "unlimited",
        "park_limit": "0",
        "max_email_per_hour": "60",
        "cpu_limit": "%20"
    },
    "usage": {
        "bandwidth_limit_byte": 100,
        "bandwidth_used_byte": 46,
        "bandwidth_limit_format": "100 GB",
        "bandwidth_used_format": "46 GB",
        "bandwidth_used_percent": 46,
        "disk_limit_byte": 10240,
        "disk_used_byte": 2562,
        "disk_limit_format": "10240 MB",
        "disk_used_format": "2562 MB",
        "disk_used_percent": 25
    },
    "established": true,
    "creation_date": "2019-12-26 15:05:00",
    "renewal_date": "2020-03-27 15:05:00",
    "due_date": "2021-04-27 15:05:00"
}
Sample "Server" Service Output
{
    "id": "487",
    "status": "active",
    "period_type": "month",
    "period_duration": "1",
    "product_name": "FR DED 2",
    "product_type": "server",
    "product_id": "22",
    "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"
    ],
    "features": {
        "processor": "Intel C2750 - 8 Core",
        "ram": "8 GB",
        "disk": "120 GB SSD",
        "raid": "Software",
        "bandwidth": "1 Gbps",
        "location": "France"
    },
    "commands": [
        "suspend",
        "unsuspend",
        "start",
        "stop",
        "reboot"
    ],
    "server_status": true,
    "established": true,
    "creation_date": "2019-12-26 16:59:00",
    "renewal_date": "2019-03-27 16:59:00",
    "due_date": "2020-04-27 16:59:00"
}
 
Access and Authorization

Do you have any questions?

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