GET /websites

Gets a listing of your webhosting orders and service details.

Responses

  • The listing of Websites services on your account.

    Hide response attributes Show response attributes object
    • website_id string Required

      The id of the website.

    • website_hostname string Required

      The hostname of the website.

    • repeat_invoices_cost string Required

      The repeat invoices cost of the website.

    • website_status string Required

      The status of the website.

    • services_name string Required

      The services name of the website.

    • website_comment string Required

      The comment of the website.

    Hide response attributes Show response attributes object
    • website_id string Required

      The id of the website.

    • website_hostname string Required

      The hostname of the website.

    • repeat_invoices_cost string Required

      The repeat invoices cost of the website.

    • website_status string Required

      The status of the website.

    • services_name string Required

      The services name of the website.

    • website_comment string Required

      The comment of the website.

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
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"
}