Last updated: 3/20/2025 5:08:34 PM
![]() |
NoteBusiness role: Distributor (T1) and ISP (T1)
|
This API is used to retrieve the onboarding results after a downstream partner creates
an onboarding link for Trend Vision One for Service Providers.
Request
HTTP Request
[GET] /LMPI/v3/partners/onboarding/token/{token}
Parameters
Request Body
Name
|
Type
|
Description
|
Validation
|
Required Parameters
|
|||
token
|
string
|
The token string of the onboarding link for the downstream partner company.
|
1-300 characters
Example:
ADX3JNBTNRNDET…
|
Response
Response
If successful, this method returns an HTTP 200 OK status code and a response body
with the following structure:
{ "token": "ADX3JNBTNRNDET7SY5PMGVVBMELVRB7XDF2XKCFRXYZB5OG57ZA4Z4OSL54BXHF6XQB7HHXI6QFBDN7JT5OTPX3SOO4X25FE7C2TMLTSQMWW74P5CN55LYGFSMLH6ASRMGMIGKKNA26J6ULRS44RKC6M7FU", "status": "success", "result": { "partner_id": "1234a7fc-4fb0-4e07-88a4-973779a6d123", "user": { "id": "12377e29-5cee-4a27-b8c8-8c73f7bbf123", "email": "user@company.com" } } }
{ "token": "ADX3JNBTNRNDET7SY5PMGVVBMELVRB7XDF2XKCFRXYZB5OG57ZA4Z4OSL54BXHF6XQB7HHXI6QFBDN7JT5OTPX3SOO4X25FE7C2TMLTSQMWW74P5CN55LYGFSMLH6ASRMGMIGKKNA26J6ULRS44RKC6M7FU", "status": "fail" }
Name
|
Type
|
Description
|
Length
|
token
|
string
|
The token string of the onboarding link.
|
1-300 characters
|
status
|
string
|
The status of the token.
Possible values include:
|
1-30 characters
|
result.partner_id
|
string
|
The unique identifier of the partner that credentials need to be generated for.
|
GUID format
|
result.user.id
|
string
|
The unique identifier of the user.
|
GUID format
|
result.user.email
|
string
|
The user's contact email address.
|
1-128 characters
|