Responses

  • 200 application/json

    License ordering information.

    Hide response attributes Show response attributes object
    • serviceCategories object

      License service categories

      Hide serviceCategories attribute Show serviceCategories attribute object
      • LicensesOrderServiceCategories509 object
        Hide LicensesOrderServiceCategories509 attributes Show LicensesOrderServiceCategories509 attributes object
        • category_id string

          Category ID

        • category_name string

          Category Name

        • category_tag string

          Category Tag

        • category_module string

          Category Module

    • packageCosts object

      Costs of license packages

      Hide packageCosts attribute Show packageCosts attribute object
      • LicensesOrderPackageCosts11468 number

        Cost of package with ID 11468

    • serviceTypes object

      Types of license services

      Hide serviceTypes attribute Show serviceTypes attribute object
      • LicensesOrderServiceTypes11482 object
        Hide LicensesOrderServiceTypes11482 attributes Show LicensesOrderServiceTypes11482 attributes object
        • services_id string

          Service ID

        • services_name string

          Service Name

        • services_cost string

          Service Cost

        • services_category string

          Service Category

        • services_buyable string

          Buyable flag for Service

        • services_type string

          Service Type

        • services_field1 string

          Field 1 of Service

        • services_field2 string

          Field 2 of Service

        • services_module string

          Module of Service

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /licenses/order
curl \
 --request GET 'https://my.interserver.net/apiv2/licenses/order' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
{
  "serviceCategories": {
    "LicensesOrderServiceCategories509": {
      "category_id": "509",
      "category_name": "Webuzo",
      "category_tag": "webuzo",
      "category_module": "licenses"
    }
  },
  "packageCosts": {
    "LicensesOrderPackageCosts11468": 3.75
  },
  "serviceTypes": {
    "LicensesOrderServiceTypes11482": {
      "services_id": "11482",
      "services_name": "DirectAdmin Standard",
      "services_cost": "21.75",
      "services_category": "506",
      "services_buyable": "1",
      "services_type": "506",
      "services_field1": "2704,Standard",
      "services_field2": "Unlimited Accounts & Domains<br><br>The DirectAdmin standard license is best for medium to large shared-hosting and/or reseller-hosting companies. No limit on accounts or domains.",
      "services_module": "licenses"
    }
  }
}
Response examples (401)
{
  "code": "string",
  "message": "string"
}