Get languages

GET /brands/:brandRef/languages

Response

{
    "languages":
    [
        {
            "ref": 1,
            "code": "en",
            "name": "English"
        },
        {
            "ref": 2,
            "code": "es",
            "name":"Spanish"
        },
        ...
    ]
}

Get packages

GET /brands/:brandRef/packages

Parameters

active integer Display active packages. By default all packages are displayed.

Response

{
    "packages":
    [
        {
            "name": ".com domains 1 year",
            "active": 1,
            "global": 0,
            "trialDays": 0,
            "notifyMarketing": "N",
            "urlId": null,
            "productType": "domain",
            "type": "standard",
            "contentType": "domain",
            "imageURL": "",
            "offerRebillMonths": 0,
            "offerRebillActive": "0",
            "requirePurchasedDomain": false,
            "allowMultiplePurchase": true,
            "showInStore": false,
            "bannerHTML": null,
            "affiliateLink": null,
            "displayOrder": 999,
            "showInTemplatePicker": false,
            "ref": 225,
            "prices": [
                {
                    "price": "8.00",
                    "offerPrice": null,
                    "billingPeriodMonths": 12,
                    "ref": 5,
                    "currency": {
                        "name": "Pound Sterling",
                        "alphaCode": "GBP",
                        "numCode": "826",
                        "htmlCode": "£",
                        "currencyRate": 1,
                        "paypal": 1,
                        "ref": 1
                    },
                    "formattedPrice": "\u00a38.00"
                }
            ],
            "categories": [

            ],
            "capabilities": {
                "liveSites": 0,
                "allowUsers": 0,
                "cdnEnabled": 0,
                "cssEditing": 0,
                "themeLevel": 0,
                "freeDomains": 0,
                "htmlEditing": 0,
                "pagesLimited": 3,
                "storageLimit": 0,
                "templateTier": 1,
                "domainMapping": 1,
                "googleAnalytics": 0,
                "ecommerceAllowed": 0,
                "googleAdWordVoucher": 0,
                "allowExternalRedirects": 0,
                "allowTemplateSave": 0,
                "mailboxes": 0,
                "mobile": 0,
                "siteLock": 0,
                "mobileSites": 0,
                "mobilePublishing": 0,
                "restrictPagesOnPublish": 0,
                "templatesAllowed": 0,
                "imageEditing": 0,
                "imageCredits": 0,
                "seoAndRedirects": 1,
                "facebookPublish": 0,
                "stockImages": 0,
                "cancellationResistantSites": 0,
                "designTab": 0,
                "ecommerceProductsRestricted": 0,
                "ecommerceProducts": 0,
                "tryNewEditor": 0,
                "triggersSiteSwitch": 0,
                "enableGoSquared": 0
            },
            "packageCollections": [

            ],
            "templateGroup": null,
            "domainProduct": {
                "domainSuffix": ".com",
                "name": ".com domains 1 year",
                "description": "",
                "frequencyMonths": 12,
                "active": 1,
                "availableAsFreeDomain": 0,
                "requireCustomContactDetails": false,
                "renewalActive": 1,
                "ref": 42,
                "productSupplier": {
                    "name": "eNom",
                    "description": "eNom domain registration and DNS",
                    "className": "",
                    "ref": 4
                }
            }
        }
        ...
    ]
}

Get package

GET /packages/:packageRef

Response

{
	"package": {
		"ref": 16,
		"name": "Demo Account",
		"active": 1,
		"global": 0,
		"urlID": null,
		"notifyMarketing": "N",
		"productType": "subscription",
		"type": "demo",
		"contentType": "bundle",
		"offerRebillMonths": 0,
		"offerRebillActive": "0",
		"trialDays": 1000,
		"imageURL": "",
		"requirePurchasedDomain": false,
		"allowMultiplePurchase": false,
		"showInStore": true,
		"showInTemplatePicker": false,
		"bannerHTML": "",
		"affiliateLink": "",
		"flowName": null,
		"brandRef": 1,
		"brandName": "BaseKit",
		"defaultCurrencyRef": 1,
		"currencyCode": "GBP",
		"currencyName": "Pound Sterling",
		"currencyTitle": "GBP Pound Sterling",
		"defaultCampaignRef": null,
		"capabilities": {
			"liveSites": "999999999",
			"allowUsers": "0",
			"cdnEnabled": "0",
			"cssEditing": "0",
			"themeLevel": "1",
			"freeDomains": "10000",
			"htmlEditing": "0",
			"pagesLimited": "100",
			"storageLimit": "1048576000000",
			"templateTier": "2",
			"domainMapping": "0",
			"googleAnalytics": "0",
			"ecommerceAllowed": "1",
			"googleAdWordVoucher": "0",
			"allowExternalRedirects": "0",
			"allowTemplateSave": "0",
			"mailboxes": "0",
			"mobile": "0",
			"mobileSites": "9999999",
			"mobilePublishing": "0",
			"restrictPagesOnPublish": "0",
			"templatesAllowed": "1",
			"developerModeAllowed": "1",
			"imageEditing": "0",
			"imageCredits": "0",
			"seoAndRedirects": "1",
			"facebookPublish": "0",
			"stockImages": "0",
			"cancellationResistantSites": "0",
			"designTab": "0",
			"ecommerceProductsRestricted": "0",
			"ecommerceProducts": "10000",
			"tryNewEditor": "1",
			"tryNewEditorButton": "1",
			"triggersSiteSwitch": "1",
			"onboardingFacebookAuth": "0",
			"onboardingFacebookImport": "0",
			"siteAnalytics": "0",
			"hideFacebookImageImport": "0",
			"createUsersInV8": "1",
			"migrateUsersToV8": "0",
			"offerV8Migration": "1",
			"autoSslProvisioning": 0,
			"compressUploadedImages": "0",
			"disableV8SiteAndPageScripts": "0",
			"disableV8HtmlEditing": "0",
			"securityManagePage": "1",
			"hstsSecurityPage": "1",
			"enableSiteCspHeader": "1",
			"enableCspHeader": "1"
		},
		"templateGroupRef": 2,
		"templateGroup": {
			"name": "v8 + v7 with Ecommerce",
			"ref": 2
		},
		"displayOrder": 999,
		"domainProduct": null,
		"prices": [
			{
				"ref": 1,
				"billingPeriodMonths": 1,
				"price": "0.00",
				"offerPrice": "0.00",
				"currency": {
					"ref": 1,
					"name": "Pound Sterling",
					"alphaCode": "GBP",
					"numCode": "826",
					"htmlCode": "\u0026#163;",
					"currencyRate": 1
				},
				"packageRef": 16,
				"packageName": "Demo Account",
				"type": "standard",
				"formattedPrice": "\u00a30.00"
			}, {
				"ref": 2,
				"billingPeriodMonths": 12,
				"price": "0.00",
				"offerPrice": null,
				"currency": {
					"ref": 1,
					"name": "Pound Sterling",
					"alphaCode": "GBP",
					"numCode": "826",
					"htmlCode": "\u0026#163;",
					"currencyRate": 1
				},
				"packageRef": 16,
				"packageName": "Demo Account",
				"type": "standard",
				"formattedPrice": "\u00a30.00"
			}, {
				"ref": 39,
				"billingPeriodMonths": 0,
				"price": "1.99",
				"offerPrice": "0.00",
				"currency": {
					"ref": 25,
					"name": "Russian Ruble",
					"alphaCode": "RUB",
					"numCode": "643",
					"htmlCode": "\u0026#8381;",
					"currencyRate": 0.011
				},
				"packageRef": 16,
				"packageName": "Demo Account",
				"type": "standard",
				"formattedPrice": "RUB1.99"
			}
		],
		"plugins": [1, 2, 3]
	}
}