Resend order approval email
less than a minute
PUT
Use this endpoint to resend order approval emails to one or more verified contacts for a pending EV TLS/SSL certificate order.https://www.digicert.com/services/v2/order/certificate/{{order_id}}/order-approval/resend-emails
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
| Name | Type | Description |
|---|---|---|
| order_id | string | ID of the order to resend order approval emails for. |
Request parameters
| Name | Req/Opt | Type | Description |
|---|---|---|---|
| emails | required | array of strings | Array of email addresses for verified contacts CertCentral sends order approval emails to. Email addresses must belong to validated verified contacts for the organization. |
Was this page helpful?
Provide feedback