Get order DCV random value
PUT https://www.digicert.com/services/v2/order/certificate/{{order_id}}/dcv-random-value
Use this endpoint to request the domain control validation (DCV) random value for a DV, OV, or EV TLS certificate order using a DCV method of dns-txt-token
, dns-cname-token
, or http-token
.
If a valid order random value already exists, DigiCert returns the existing random value instead of generating a new one. If the existing order random value is expired, DigiCert generates a new random value and returns it in the API response.
Use the order random value to complete the DCV check for any domains submitted for validation with the order.
Example requests and responses
Response parameters
Name | Type | Description |
---|---|---|
dcv_random_value | string | Random value used to validate domain control. |
expiration_date | string | Date and time the random value expires. UTC timezone, ISO 8601 format. |