Views:
Last updated: 12/5/2024 11:21:09 AM
Note
Note
Business role: Distributor (T1), ISP (T1), MSP (T2), and Reseller (T2)
This API is used to retrieve existing and valid partner credentials. To create new credentials, see Partners :: Credentials :: Create .

Request

HTTP Request

[GET] /LMPI/v2/partners/credentials/{tenant_id}

Parameters

Name
Type
Description
Validation
Required Parameters
tenant_id
string
The unique tenant identifier that the credentials belong to.
4-6 characters

HTTP Request Example

[GET] https://cspi.trendmicro.com/LMPI/v2/partners/credentials/Yzzts
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:
{
  "tenant_id":"Yzzts",
  "accesstoken":"94ff823c-d3b1-4ef8-911e-c99398fdf798",
  "secret_key":"IyNDBEnKBeZc0tduDlwhUgkZKBvqSUm7fO9ijOYL0yU="
}
Name
Type
Description
Length
tenant_id
string
The unique tenant identifier that the credentials belong to.
4-6 characters
access_token
string
The unique identifier of the partner company for LMPI authentication.
GUID format
secret_key
string
The secret key used for LMPI authentication.
10-100 characters