Views:
Last updated: 4/1/2025 11:20:20 AM
Note
Note
Business role: Distributor (T1), ISP (T1), and MSP (T2)
This API is used to retrieve profiles of all products that API caller can provision for customers.

Request

HTTP Request

[GET] /LMPI/v2/partners/product

Parameters

Do not supply a request body with this method.

Response

Response

If successful, this method returns an HTTP 200 OK status code and a response body with the following structure:
{
  "partner_id": "fc3f522e-a36a-4bee-9166-6e9377934d0a",
  "products": [{
      "available": 1498,
      "version": "full",
      "product_name": "Worry Free Business Security Service",
      "product_id": "4ed77d5e-b656-49b2-948c-86236d7ff05f",
      "product_code": "NNZBXXE1X",
      "type": "SaaS",
      "used": 0,
      "service_plans": [{
             "name": "Deep Security -Enterprise(H)",
             "id": "000f8ba4-796b-45b8-996e-81a21a4d39f7"
            },
            {
             "name": "Deep Security -Enterprise(Not H)",
             "id": "d7871905-3c40-4869-b90f-ad334d073b4f"
            }]
    },
    {
      "available": 1477,
      "version": "full",
      "product_name": "Cloud App Security",
      "product_id": "b54de255-bece-4195-9419-c0bbc477faf5",
      "product_code": "CCZBXXE1X",
      "type": "SaaS",
      "used": 0,
      "service_plans": []
    }]
}
Name
Type
Description
Length
partner_id
string
The unique identifier of partner company.
GUID format
products[].available
integer
The amount of licenses of products or services that can be assigned to MSP or Reseller roles.
Positive integer
products[].product_name
string
The display name of product or service.
1-150 characters
products[].product_id
string
The unique identifier of product or service.
GUID format
products[].product_code
string
The code of the product or service.
9 characters
products[].type
string
The type of product or service.
Possible values include:
  • SaaS
  • Software
  • Suite
1-8 characters
products[].used
integer
Due to backend limitations, the value of this is always “0” and cannot be modified. This field is available only to Distributor and ISP roles.
0
products[].version
string
The version of license.
Possible values include:
  • Trial
  • Full
1-10 characters
product[].service_plans[].name
string
The display name of service plan based on product or service.
Important
Important
This function does not support TrendAI Vision One™ service plans.
TrendAI Vision One™ users can use LMPI v3.0 starting November 27, 2024.
1-150 characters
product[].service_plans[].id
string
The unique identifier of service plan based on product or service.
Important
Important
This function does not support TrendAI Vision One™ service plans.
TrendAI Vision One™ users can use LMPI v3.0 starting November 27, 2024.
GUID format