Initiate DCV recheck on CA

Use this endpoint to trigger the CA to perform a new DCV (Domain Control Validation) check for the certificate identified by its certId.

This is typically used after resolving a DCV issue, allowing you to request re-validation without submitting a new certificate enrollment.

Note: This page covers the essentials. For full parameters, examples, and response schema, see Initiate DCV recheck on CA (API Reference).


Request

  • Authorization: Bearer <access_token>
    (see Authentication and Create Access Token).
  • Method: POST.
  • Base URL: see Base URL.
  • Path: /api/v1/certificates/{certId}/dcv-recheck.
  • Path parameter:
    • certId: ID returned from a previous enrollment request.

Response

  • Success: returns 202 OK.
  • Failure: returns an error code and corresponding description.