Resend order approval email

PUT https://www.digicert.com/services/v2/order/certificate/{{order_id}}/order-approval/resend-emails
Use this endpoint to resend order approval emails to one or more verified contacts for a pending EV TLS/SSL certificate order.

Example requests and responses

cURL

curl -X PUT \
  'https://www.digicert.com/services/v2/order/certificate/{{order_id}}/order-approval/resend-emails' \
  -H 'Content-Type: application/json' \
  -H 'X-DC-DEVKEY: {{api_key}}' \
  --data-raw '{
    "emails": [
       "john.doe@example.com"
    ]
  }'

204 No Content

// No Content

Path parameters

NameTypeDescription
order_idstringID of the order to resend order approval emails for.

Request parameters

NameReq/OptTypeDescription
emailsrequiredarray of stringsArray of email addresses for verified contacts CertCentral sends order approval emails to. Email addresses must belong to validated verified contacts for the organization.