Resello REST API Documentation

GET label

Returns properties for the label. Most of these setting are found on the Storefront settings page in Backoffice.

Resource URL

https://backoffice.hostcontrol.com/api/v1/label

Parameters

None

Example request


GET    https://backoffice.hostcontrol.com/api/v1/label

Result

{
   "result": {
      "create_renewal_order_interval": 30,
      "reference": "1234abcd-f0ca-4fdc-8e45-d144360dffe1",
      "accept_registrations_from_countries": [
         {
            "code": "BE",
            "name": "Belgium"
         },
         {
            "code": "LU",
            "name": "Luxembourg"
         },
         {
            "code": "NL",
            "name": "Netherlands"
         },
         {
            "code": "US",
            "name": "United States"
         }
      ],
      "currency": {
         "name": "United States dollar",
         "iso_name": "USD"
      },
      "is_create_renewal_order_enabled ": false,
      "is_auto_create_renew_order_enabled": false,
      "is_ns_management_default_enabled": true,
      "auto_renew_interval": 28,
      "is_directly_deliver_renewal_orders_enabled": false,
      "is_accepting_resellers": true,
      "is_accepting_resellers_without_verification": false,
      "is_dns_management_default_enabled": true,
      "max_order_payment_amount_per_day": null,
      "park_ipaddress": null,
      "is_enabled": true,
      "is_product_pricing_including_tax": true,
      "is_order_waiting_for_customer_verification": false,
      "brand": "SuperHosting",
      "is_captcha_enabled": false,
      "is_accepting_deposits": true,
      "is_automated_processing_of_expired_domains_enabled": false,
      "is_automated_processing_of_expired_ssl_certificates_enabled": false,
      "is_invoicing_enabled": false,
      "cancel_uncompleted_order_interval": null,
      "reseller": {
         "reference": "superhosting"
      },
      "is_automated_processing_of_expired_hosting_accounts_enabled": false,
      "is_post_paid_delivery_enabled": false,
      "is_customer_email_verification_enabled": false,
      "is_auto_renew_enabled": false,
      "customer_area_renew_interval": 28
   },
   "success": true
}