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

Attention! You're currently using the OT&E environment.

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.

  • 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

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

{}