Responses

  • 200 application/json

    Domain registration order information.

    Hide response attributes Show response attributes object
    • whoisPrivacyCost string

      Cost of Whois Privacy

    • services object

      Available services

      Hide services attribute Show services attribute object
      • DomainOrderServices10001 object
        Hide DomainOrderServices10001 attributes Show DomainOrderServices10001 attributes object
        • services_id string

          Service ID

        • services_name string

          Service Name

        • services_cost string

          Service Cost

        • services_currency string

          Currency of 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

        • services_hidden string

          Hidden flag for Service

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /domains/order
curl \
 --request GET 'https://my.interserver.net/apiv2/domains/order' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
{
  "whoisPrivacyCost": "5",
  "services": {
    "DomainOrderServices10001": {
      "services_id": "10001",
      "services_name": ".asia Domain Name Registration",
      "services_cost": "19.00",
      "services_currency": "USD",
      "services_category": "100",
      "services_buyable": "1",
      "services_type": "100",
      "services_field1": ".asia",
      "services_field2": "string",
      "services_module": "domains",
      "services_hidden": "0"
    }
  }
}
Response examples (401)
{
  "code": "string",
  "message": "string"
}