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

loginName

string

required

64 chars

Your account username.

This value is case sensitive.

loginPassword

string

required

128 chars

Your account password.

This value is case sensitive.

orderNumber

integer

conditional

The order number of a certificate for which the DCV email should be resent. Either orderNumber or baseOrderNumber must be provided.

baseOrderNumber

integer

conditional

A unique identifier for the initial certificate order associated with your account, returned to your account. Either orderNumber or baseOrderNumber must be provided.

dcvEmailAddress

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'

Success response

errorCode=0