Last updated: 3/13/2025 9:01:15 AM
NoteBusiness role: Distributor (T1) and ISP (T1)
|
This API is used to retrieve partners' basic information for use in other API calls.
If you have downstream partners which are also partners of TrendAI™, you can access
information on all downstream partners in one API call.
Request
HTTP Request
[GET] /LMPI/v3/partners/id
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:
{
"root":{
"id": "41552575-b361-49f9-a29d-d4ee3d6e8921",
"name": "XXXXX",
"role": "ISP",
"is_v1xsp": true,
},
"downstream": [{
"id": "60e5f4a0-ebec-4f8a-a7c4-11595ab6a057",
"name": "CSP_MSP_Partner",
"role": "MSP",
},
{
"id": "6b52cf3f-d707-4d37-903a-db3c2c4802dd",
"name": "Two_CSP_Service_MSP_Partner",
"role": "MSP"
}]
}
}
|
Name
|
Type
|
Description
|
Length
|
|
root.id
|
string
|
The unique identifier of the partner.
|
GUID format
|
|
root.name
|
string
|
The display name of the partner company.
|
1-128 characters
|
|
root.role
|
string
|
The business role of the partner company relative to TrendAI™.
Possible values include:
|
Valid business role (3-11 characters)
|
|
root.is_v1xsp
|
boolean
|
Whether the partner is migrated to TrendAI Vision One™ for Service Providers.
Possible values include:
|
true/false
|
|
downstream[].id
|
string
|
The unique identifiers of any downstream partners of the API caller.
|
GUID format
|
|
downstream[].name
|
string
|
The display names of any downstream partners of the API caller.
|
1-128 characters
|
|
downstream[].role
|
string
|
The business roles of any downstream partners of the API caller.
|
3-11 characters
|
