Last updated: 4/1/2025 11:23:44 AM
![]() |
NoteBusiness role: Distributor (T1), ISP (T1), MSP (T2), and Reseller (T2)
|
This API is used to retrieve all service plans under the API caller's company.
Request
HTTP Request
[GET] /LMPI/v3/me/serviceplans
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:
[{ "service_plan_id": "645fdd5d-e703-4563-a920-283b93e4b978", "name": "Worry Free Business Security Service", "product": "Deep Security - Network Security (Intrusion Prevention, Firewall)", "product_code": "AAZBXXE1X", "version": "full", "initial_license_period_month": 1, "data_center_code": "22", "data_center": "USA", "auto_renewal": true }, { "service_plan_id": "000f8ba4-796b-45b8-996e-81a21a4d39f7", "name": "Cloud App Security", "product": "Deep Security - Enterprise", "product_code": "BBZBXXE1X", "version": "full", "initial_license_period_month": 1, "data_center_code": "22", "data_center": "USA", "auto_renewal": true }]
Name
|
Type
|
Description
|
Length
|
service_plan_id
|
string
|
The unique identifier of the service plan.
|
GUID format
|
name
|
string
|
The display name of the service plan.
|
1-150 characters
|
product
|
string
|
The display name of the product or service.
|
1-100 characters
|
product_code
|
string
|
The code of the product or service.
|
9 characters
|
version
|
string
|
The version of the license.
Possible values include:
|
1-10 characters
|
initial_license_period_month
|
integer
|
The period of the license, measured in months.
|
Positive integer (1-36)
|
data_center_code
|
string
|
The code of the data center of the product or service.
|
1-50 characters
|
data_center
|
string
|
The display name of the data center of the product or service.
|
1-100 characters
|
auto_renewal
|
boolean
|
The status of automatic renewal for the service plan.
Possible values include:
|
true/false
|