Need help? Call Live Support at +31 (0) 38 453 07 59

This is a specialized version of the Resend Process call for SSL certificates requests used to resend/retry domain control validation. A process can be resent when the resumeType "RESEND" is set. When a different method is selected, the automated checks will also continue on the new method. When possible the DCV check is executed immediately and when available the failure reason is returned in the "warning" field.

  • POSTMethod
  • /v2/processes/processId/resendURL
  • application/jsonContent-Type
Name Type Description Restrictions
processId Integer The process ID
Name Type Required / Optional Description Restrictions
dcv List < dcv > Required List of DCVs for this certificate
Name Type Required / Optional Description Restrictions
commonName String Required The common name for this DCV entry
  • Regular expression: (?:\*\.)?(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+(?:[a-z][a-z0-9-]{0,61}[a-z0-9])
  • Minimum length: 4
  • Maximum length: 255
type Enum Required The validation type used for this DCV entry

Possible values:

  • EMAIL: Email
  • FILE: File
  • DNS: DNS
email String Optional The email address for this DCV entry, required if 'type' is set to 'EMAIL'
  • Regular expression: (?=.{1,64}@)[a-z0-9_\-+]+(?:\.[a-z0-9_\-+]+)*@(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+(?:[a-z][a-z0-9-]{0,61}[a-z0-9])
  • Minimum length: 6
  • Maximum length: 255

Successful request

  • 200 OKHTTP Status
  • application/jsonContent-Type
Name Type Required / Optional Description
warning String Optional Contains the current reason a DVC check could not be completed, when available.

Failed requests

Generic errors can be expected.

The process ID
The common name for this DCV entry
The validation type used for this DCV entry
The email address for this DCV entry, required if 'type' is set to 'EMAIL'

POST /v2/processes/processId/resend
Content-Type: application/json

{}