Last updated: 4/1/2025 11:44:49 AM
![]() |
NoteBusiness role: Distributor (T1) and ISP (T1)
|
This API verifies whether the partner's onboarding email is already registered in
Trend Vision One for Service Providers.
Request
HTTP Request
[GET] /v3/partners/onboarding/email/{email}
Parameters
Request Body
Name
|
Type
|
Description
|
Validation
|
Required Parameters
|
|||
email
|
string
|
The new partner's email address.
|
1-128 characters with email format (limited to letters, numbers, hyphens, periods,
underscores, and "@")
|
Response
Response
If successful, this method returns an HTTP 200 OK status code and a response body
with the following structure:
{ "is_existed": true }
Name
|
Type
|
Description
|
Length
|
is_existed
|
boolean |
Whether the email address has already been registered in Trend Vision One for Service
Providers.
Possible values include:
|
true/false
|