# API: getBrandDetails

# getBrandDetails

Details of a given brand

# Required parameters

Parameter Description
id Brand Id

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=getBrandDetails&id=ID

# PHP Samples

# Response

{
    "success": true,
    "brand": {
        "brand_id": "2",
        "name": "Brand nr 2",
        "url": "http:\/\/linkbrand.com\/",
        "active": "1",
        "custom": "a:1:{s:8:\"custom_1\";s:0:\"\";}",
        "id": "2",
        "config": {
            "AccessOrderpages": "allow",
            "AffLandingPage": "default",
            "BCCInvoiceEmails": "",
            "BCCInvoiceEmails_on": "off",
            "BrandCreditNoteNumerationPaid": "0",
            "BrandCreditReceiptNumerationPaid": "0",
            "BrandInvoiceNumerationPaid": "0",
            "BusinessName": "Plasta lan",
            "cartCurrency": "default",
            "ClientGroup": "0",
            "ClientStatus": "Active",
            "CNoteNumerationFormat": "",
            "EmailHTMLWrapper": "",
            "EmailSignature": "",
            "EmailSwitch": "off",
            "EnabledCat": [
                "-1",
                "1",
                "2",
                "3",
                "4",
                "5",
                "6",
                "7",
                "8",
                "9",
                "10",
                "11",
                "12",
                "13",
                "14",
                "15",
                "16",
                "17"
            ],
            "EnabledGateways": [
                "-1",
                "6",
                "8",
                "9",
                "16",
                "41",
                "46",
                "47",
                "54"
            ],
            "EnabledLanguage": [
                "France",
                "english"
            ],
            "EnabledRegFields": [
                "password2",
                "password",
                "email",
                "firstname",
                "lastname",
                "companyname",
                "address1",
                "address2",
                "city",
                "state",
                "postcode",
                "country",
                "phonenumber",
                "type",
                "mobilephone",
                "brand",
                "captcha"
            ],
            "EnabledSupportDept": [
                "-1",
                "1",
                "2",
                "3",
                "4",
                "5",
                "6",
                "7",
                "8",
                "9"
            ],
            "EstimateTemplate": "101",
            "ForceWraperOnPlaintext": "on",
            "InvCompanyLogo": "",
            "InvCompanyLogoY": "0",
            "InvoiceNumerationFormat": "",
            "InvoicePrefix": "",
            "InvoiceTemplate": "108",
            "MailSender": "1",
            "MailSMTPEmail": "",
            "MailSMTPHost": "localhost",
            "MailSMTPPassword": "$2$oHxe\/TNX0g52BMcS83I\/upmQogSavvIocIAtwhNSfTD+tFH7uC55ew==",
            "MailSMTPPassword_encrypted": "",
            "MailSMTPPort": "25",
            "MailSMTPUsername": "",
            "MailUseSMTP": "off",
            "OverwriteStaffSignature": [
                "-1"
            ],
            "ReceiptNumerationFormat": "",
            "StaffSignature": {
                "1": "",
                "2": "",
                "3": "",
                "4": "",
                "5": "",
                "6": "",
                "7": ""
            },
            "SystemMail": "",
            "UserCountry": "US",
            "userCurrency": "default",
            "UserLanguage": "english",
            "UserTemplate": "2019"
        }
    },
    "call": "getBrandDetails",
    "server_time": 1739357644
}
Last Updated: 2/13/2025, 8:38:08 AM