Skip to main content

Update renewal notification settings

PUT https://www.digicert.com/services/v2/order/certificate/{{order_id}}/renewal-emails/{{status}}

Use this endpoint to enable or disable renewal notification emails for an order.

Notice

To see whether renewal notifications are enabled or disabled for an order, check the status of the disable_renewal_notifications property in the response data for the Order info endpoint.

Example requests and responses

Path parameters

Name

Req/Opt

Description

order_id

required

ID of the order to update renewal notification settings for.

status

required

Status of renewal notification settings for the order.

Allowed values:

  • enable: Enables renewal email notifications for the order.

  • disable: Disables renewal email notifications for the order.