Gets a listing of your webhosting orders and service details.
GET
/websites
curl \
--request GET 'https://my.interserver.net/apiv2/websites' \
--header "X-API-KEY: $API_KEY"
Response examples (200)
[
{
"website_id": "376359",
"services_name": "Standard Web Hosting",
"website_status": "active",
"website_comment": "",
"website_hostname": "hussfamily.com",
"repeat_invoices_cost": "5.99"
}
]
Response examples (401)
{
"code": "string",
"message": "string"
}