Retrieves a general assortment of information useful for displaying a home page / dashboard overview.
GET
/home
curl \
--request GET 'https://my.interserver.net/apiv2/home' \
--header "X-API-KEY: $API_KEY"
Response examples (200)
{
"last_login_ip": "99.88.77.66",
"last_login": "14:58:pm - 17 Aug, 2023",
"currency": "$",
"amount": "$23.50",
"invoice_list": 5,
"balance": "$0.60",
"full_name": "John",
"email": "user@domain.com",
"tickets": [
"string"
],
"ticketStatus": {
"Open": 4,
"On Hold": 5
},
"ticketStatusView": {
"4": "Open",
"5": "On Hold",
"6": "Closed"
},
"details": [
"string"
],
"services": {
"domains": {
"links": {
"376114": "pimpmy.website",
"376503": "hostingenuity.com",
"592337": "detain.dev"
},
"count": 5
},
"webhosting": {
"links": {
"376359": "Doefamily.com",
"376473": "fancytush.com",
"386218": "admincoded.net"
},
"count": 8
},
"vps": {
"links": {
"465503": "vps465503",
"2500081": "vps2500081",
"2578866": "vps2578866"
},
"count": 20
},
"licenses": {
"links": {
"386522": "1.2.3.4"
},
"count": 1
},
"servers": {
"links": {
"16058": "anotherserver.com"
},
"count": 1
},
"backups": {
"links": [
"string"
],
"count": 0
}
},
"AFFILIATE_AMOUNT": "100"
}
Response examples (401)
{
"code": "string",
"message": "string"
}