# API: Get Product Types

# getProductTypes

Get Product Types

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=getProductTypes

# PHP Samples

# Response

{
    "success": true,
    "types": [
        {
            "id": "1",
            "type": "Shared",
            "lptype": "shared"
        },
        {
            "id": "2",
            "type": "Reseller",
            "lptype": "reseller"
        },
        {
            "id": "3",
            "type": "Dedicated",
            "lptype": "dedicated"
        },
        {
            "id": "4",
            "type": "Server",
            "lptype": "server"
        },
        {
            "id": "5",
            "type": "Other",
            "lptype": "other"
        },
        {
            "id": "6",
            "type": "Colocation",
            "lptype": "colocation"
        },
        {
            "id": "7",
            "type": "Marketing",
            "lptype": "marketing"
        },
        {
            "id": "9",
            "type": "DomainsType",
            "lptype": "domainstype"
        },
        {
            "id": "10",
            "type": "bundles",
            "lptype": "bundles"
        },
        {
            "id": "11",
            "type": "ssltype",
            "lptype": "ssltype"
        },
        {
            "id": "12",
            "type": "InternetServices",
            "lptype": "internetservices"
        },
        {
            "id": "13",
            "type": "dnsservice",
            "lptype": "dnsservice"
        }
    ],
    "call": "getProductTypes",
    "server_time": 1706614584
}
Last Updated: 9/30/2024, 2:47:06 PM