Path parameters

  • id integer Required

    The order ID number.

Responses

  • 200 application/json

    Website details

    Hide response attributes Show response attributes object
    • serviceInfo object
      Hide serviceInfo attributes Show serviceInfo attributes object
      • website_id string

        Website ID

      • website_server string

        Website server

      • website_type string

        Website type

      • website_currency string

        Currency of the website

      • website_order_date string

        Order date of the website

      • website_custid string

        Customer ID of the website

      • website_ip string

        IP address of the website

      • website_status string

        Status of the website

      • website_invoice string

        Invoice of the website

      • website_coupon string

        Coupon for the website

      • website_extra string

        Extra information in JSON format for the website

      • website_hostname string

        Hostname of the website

      • website_comment string

        Comment for the website

      • website_username string

        Username for the website

      • website_server_status string

        Server status of the website

    • billingDetails object
      Hide billingDetails attributes Show billingDetails attributes object
      • service_last_invoice_date string

        Last invoice date for the service

      • service_payment_status string

        Payment status for the service

      • service_frequency string

        Frequency of the service

      • next_date string

        Next date for the service

      • service_next_invoice_date string

        Next invoice date for the service

      • service_currency string

        Currency for the service

      • service_currency_symbol string

        Currency symbol for the service

      • service_coupon string

        Coupon for the service

      • service_cost_info string

        Cost information for the service

      • service_extra object

        Extra information for the service

      • service_extra_json string

        Extra information in JSON format for the service

    • custCurrency string

      Customer's currency

    • custCurrencySymbol string

      Customer currency symbol

    • serviceMaster object
      Hide serviceMaster attributes Show serviceMaster attributes object
      • website_id string

        Website ID for the service master

      • website_name string

        Website name for the service master

      • website_ip string

        IP address for the service master

      • website_type string

        Website type for the service master

      • website_available string

        Availability status for the service master

      • website_hdsize string

        Hard drive size for the service master

      • website_hdfree string

        Free hard drive space for the service master

      • website_load string

        Load for the service master

      • website_last_update string

        Last update date for the service master

      • website_max_sites string

        Maximum number of sites for the service master

      • website_order string

        Order number for the service master

      • website_partitions string

        Partitions for the service master

      • website_dns1 string

        DNS server 1 for the service master

      • website_dns2 string

        DNS server 2 for the service master

    • package string

      Package information

    • serviceExtra array[object]

      Extra information for the service

      Extra information for the service

    • extraInfoTables object
      Hide extraInfoTables attributes Show extraInfoTables attributes object
      • preview object
        Hide preview attributes Show preview attributes object
        • title string

          Title of the table

        • rows array[object]
          Hide rows attributes Show rows attributes object
          • desc string

            Description for the row

          • value string

            Value for the row

      • dns object
        Hide dns attributes Show dns attributes object
        • title string

          Title of the table

        • rows array[object]
          Hide rows attributes Show rows attributes object
          • desc string

            Description for the row

          • value string

            Value for the row

  • 401 application/json

    Unauthorized

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