Views:
Last updated: 8/26/2025 12:00:10 PM
Note
Note
Business role: Distributor (T1), ISP (T1), MSP (T2), and Reseller (T2)
This API is used to create a subscription for Trend Vision One.
Important
Important
Once created, the subscription activates immediately, and the specified managed customer automatically gains access to Trend Vision One.
Tip
Tip
Be sure to save the subscription ID returned by the API for future use.

Request

HTTP Request

[POST] /LMPI/v3/customers/{customer_id}/trend-vision-one-subscription

Parameters

Name
Type
Description
Validation
Required Parameters
customer_id
string
The unique identifier of the customer company that the subscription belongs to.
GUID format

Request Body

{
    "version": "Trial"
}
Name
Type
Description
Validation
Required Parameters
version
string
The type of license version.
Possible values include:
  • Trial
  • Full
Valid license version
Optional Parameters
data_center
string
The Trend Vision One data center of the downstream partner.
Possible values include:
  • US
  • EU
  • SG
  • JP
  • AU
  • IN
  • MEA
Valid partner data center (Default value: The partner’s Remote Manager data center)
isNFR
boolean
Whether the license is not for resale (NFR).
Possible values include:
  • true: The license is NFR
  • false: The license is a standard trial or paid license
Note
Note
Only full licenses can be NFR. Trend Micro products do not support NFR trial licenses.
true/false (Default value: false)

Response

Response

If successful, this method returns an HTTP 200 OK status code and a response body with the following structure:
{
   "subscription_id": "XXXX6643-45f0-4d70-a6a1-7a1894c1XXXX",
   "product_name": "Trend Vision One™_trial",
   "service_url": "https://signin.v1.trendmicro.com/",
   "licenses": [{
   				"product_id": "VOMMMMMCP",
   				"version": "trial",
   				"license_start_date": "2018-04-24T14:43:00Z",
   				"license_expiration_date": "2018-05-24T14:43:00Z"
			  }]
}
Name
Type
Description
Length
subscription_id
string
The unique identifier of the subscription.
GUID format
product_name
string
The name of the product or service subscribed to.
1-150 characters
service_url
string
The URL of Customer Licensing Portal, where the customer can sign in for profile management and single sign-on to the product website.
0-300 characters
licenses[].product_id
string
The code representing the specific product or service.
9 characters
licenses[].version
string
The type of license version.
Possible values include:
  • Trial
  • Full
1-10 characters
licenses[].license_start_date
date
The start date and time of license activation.
ISO 8601 standard with format "YYYY-MM-DDThh:mm:ssZ"
licenses[].license_expiration_date
date
The date and time of license expiration.
ISO 8601 standard with format "YYYY-MM-DDThh:mm:ssZ"