GET
/websites/{id}
curl \
--request GET 'https://my.interserver.net/apiv2/websites/{id}' \
--header "X-API-KEY: $API_KEY"
Response examples (200)
{
"serviceInfo": {
"website_id": "1196829",
"website_server": "543",
"website_type": "11363",
"website_currency": "USD",
"website_order_date": "2023-03-16T22:51:54.000Z",
"website_custid": "85872",
"website_ip": "74.50.80.15",
"website_status": "active",
"website_invoice": "20261994",
"website_coupon": "1690",
"website_extra": "[]",
"website_hostname": "vintagevultures.com",
"website_comment": "string",
"website_username": "vintagev",
"website_server_status": "string"
},
"client_links": [
{
"label": "string",
"link": "string",
"icon": "string",
"icon_text": "string",
"help_text": "string",
"other_attr": "string"
}
],
"billingDetails": {
"service_last_invoice_date": "string",
"service_payment_status": "string",
"service_frequency": "string",
"next_date": "string",
"service_next_invoice_date": "string",
"service_currency": "USD",
"service_currency_symbol": "$",
"service_coupon": "string",
"service_cost_info": "string",
"service_extra": {},
"service_extra_json": "string"
},
"custCurrency": "USD",
"custCurrencySymbol": "$",
"serviceMaster": {
"website_id": "543",
"website_name": "vda4200.is.cc",
"website_ip": "74.50.80.15",
"website_type": "206",
"website_available": "0",
"website_hdsize": "2062",
"website_hdfree": "196",
"website_load": "6.55",
"website_last_update": "2023-08-17T23:01:02.000Z",
"website_max_sites": "300",
"website_order": "58984",
"website_partitions": "string",
"website_dns1": "vda4200a.trouble-free.net",
"website_dns2": "vda4200b.trouble-free.net"
},
"package": "Web Hosting Direct Admin",
"serviceExtra": [
{}
],
"extraInfoTables": {
"links": {
"title": "string",
"rows": [
{
"desc": "string",
"value": "string"
}
]
},
"preview": {
"title": "string",
"rows": [
{
"desc": "string",
"value": "string"
}
]
},
"dns": {
"title": "string",
"rows": [
{
"desc": "string",
"value": "string"
}
]
}
}
}
Response examples (401)
{
"code": "string",
"message": "string"
}