GET
/servers/order
curl \
--request GET 'https://my.interserver.net/apiv2/servers/order' \
--header "X-API-KEY: $API_KEY"
Response examples (200)
{
"form_values": {
"memory": 22,
"bandwidth": "3",
"ips": "9",
"os": "5",
"cp": 5,
"raid": "0",
"hd": "16"
},
"config_ids": {
"memory": 22,
"bandwidth": "3",
"ips": "9",
"os": "5",
"cp": 5,
"raid": "0",
"hd": "16"
},
"cpu": 184,
"field_label": {
"bandwidth": {
"name": "Bandwidth",
"active": 1
},
"ips": {
"name": "Bandwidth",
"active": 1
},
"os": {
"name": "Bandwidth",
"active": 1
},
"cp": {
"name": "Bandwidth",
"active": 1
},
"raid": {
"name": "Bandwidth",
"active": 1
},
"memory": {
"name": "Bandwidth",
"active": 1
},
"hd": {
"name": "Bandwidth",
"active": 1
}
},
"cpu_li": {
"254": {
"id": "254",
"price": 0,
"img": "ryzen.png",
"short_desc": "AMD RYZEN 7900X",
"long_desc": "High core and thread count...",
"location": "New York",
"fsb": "string",
"manu": "string",
"type": "AMD",
"speed": "4.7",
"cache": "string",
"active": "1",
"num_cores": "12",
"num_cpus": "1",
"benchmark": "121148",
"monthly_price": 75,
"max_ram": "128",
"min_ram": "128",
"max_lff": "4",
"max_sff": "4",
"max_nve": "2",
"visible": "yes",
"price_display": "$0.00",
"monthly_price_display": "$75.00"
}
},
"memory_li": {
"254": {
"65": {
"id": "65",
"price": "0",
"img": "hd.jpg",
"short_desc": "20TB SATA",
"long_desc": "string",
"manu": "string",
"size": "3000",
"type": "string",
"hidden": "0",
"monthly_price": 50,
"drive_type": "lff",
"monthly_price_display": "$50.00"
}
}
},
"bandwidth_li": {
"15": {
"id": "15",
"price": 0,
"img": "bandwidth.jpg",
"short_desc": "150TB (10Gb Port)",
"long_desc": " - 2000GB Bandwidth...",
"type": "Standard",
"qty": "4000",
"active": "1",
"monthly_price": 15,
"price_display": "$0.00",
"monthly_price_display": "$15.00"
}
},
"ips_li": {
"9": {
"id": "9",
"price": 0,
"img": "ips.jpg",
"short_desc": "1 Vlan Ip (/30)",
"long_desc": "1 IP In personal Vlan",
"qty": "1",
"monthly_price": 0,
"price_display": "$0.00",
"monthly_price_display": "$0.00"
}
},
"os_li": {
"51": {
"id": "51",
"price": 0,
"img": "string",
"short_desc": "AlmaLinux",
"long_desc": "string",
"monthly_price": 0,
"active": "1",
"price_display": "$0.00",
"monthly_price_display": "$0.00"
}
},
"cp_li": {
"9": {
"id": "9",
"price": 80,
"img": "cpanel.gif",
"short_desc": "cPanel ($45+)",
"long_desc": "string",
"os_type": "string",
"monthly_price": 0,
"types": [
"1",
"2",
"4",
"5",
"8",
"17",
"23",
"30",
"51"
],
"price_display": "$80.00",
"monthly_price_display": "$0.00"
}
},
"raid_li": [
{
"id": "7",
"price": 50,
"img": "raid.png",
"short_desc": "Hardware Raid 5",
"long_desc": "Hardware Raid 5",
"monthly_price": 50,
"active": "1",
"price_display": "$50.00",
"monthly_price_display": "$50.00"
}
]
}
Response examples (401)
{
"code": "string",
"message": "string"
}