Last updated: 4/1/2025 11:27:20 AM
NoteBusiness role: Distributor (T1), ISP (T1), and MSP (T2)
|
This API is used to retrieve profiles of all the products that the API caller can
provision for customers.
Request
HTTP Request
[GET] /LMPI/v3/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": "AAZBXXE1X",
"type": "SaaS",
"used": 0,
"service_plans": []
}]
}
|
Name
|
Type
|
Description
|
Length
|
||
|
partner_id
|
string
|
The unique identifier of the 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 the product or service.
|
1-150 characters
|
||
|
products[].product_id
|
string
|
The unique identifier of the 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:
|
Valid product type
|
||
|
products[].used
|
integer
|
|
0
|
||
|
products[].version
|
string
|
The version of the license.
Possible values include:
|
Valid version type
|
||
|
product[].service_plans[].name
|
string
|
The display name of the service plan based on the product or service.
|
1-150 characters
|
||
|
product[].service_plans[].id
|
string
|
The unique identifier of the service plan based on the product or service.
|
GUID format
|
