Endpoint: !ResendDCVEmail
https://secure.trust-provider.com/products/download/!ResendDCVEmail
The ResendDCVEmail API allows you to resend the DCV email for an existing certificate order.
You can specify the target email address if needed.
Use the POST method for this endpoint.
Submit parameters in the x-www-form-urlencoded format.
The following table lists the required and optional parameters.
| Parameter | Type | Required/Optional | Max. Length |
|---|---|---|---|
Description |
|
string |
required |
64 chars |
Your account username. This value is case sensitive. |
|
string |
required |
128 chars |
Your account password. This value is case sensitive. |
|
integer |
conditional |
The order number of a certificate for which the DCV email should be resent.
Either |
|
|
integer |
conditional |
|
A unique identifier for the initial certificate order associated with your account, returned to your account.
Either |
|
string |
optional |
Sample request
curl --location --request POST 'https://secure.trust-provider.com/products/!ResendDCVEmail' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'loginName=yourLoginName' \
--data-urlencode 'loginPassword=yourPassword' \
--data-urlencode 'orderNumber=yourOrderNumber'