Views:
Last updated: 3/12/2025 9:11:37 AM
Note
Note
Business role: Distributor (T1), ISP (T1), and MSP (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/v3/partners/credentials/{partner_id}

Parameters

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

HTTP Request Example

[GET] https://cspi.trendmicro.com/LMPI/v3/partners/credentials/60e5f4a0-ebec-4f8a-a7C4-11595ab6a057
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:
{
  "accesstoken":"94ff823c-d3b1-4ef8-911e-c99398fdf798",
  "secret_key":"IyNDBEnKBeZc0tduDlwhUgkZKBvqSUm7fO9ijOYL0yU="
}
Name
Type
Description
Length
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