Email site seal
POST https://www.digicert.com/services/v2/order/certificate/{{order_id}}/site-seal/email-seal
Use this endpoint to send an email with the site seal code for an order. By default, DigiCert emails the site seal code to the authenticated user (the user that owns the API key in the request header). To choose a different recipient, use the optional recipient_email
request parameter.
Tip
Updating your site seal
To change the settings for a site seal, use the Update site seal settings endpoint.
Alternately, you can change the settings for a site seal with the same API request you use to email the site seal. The Email site seal endpoint honors the same request parameters as the Update site seal settings endpoint. See Update site seal settings for descriptions of these parameters and usage information.
Related topics
Example requests and responses
Path parameters
Name | Type | Description |
---|---|---|
order_id | string | ID of the order associated with the seal. |
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
recipient_email | optional | string | Email address of the site seal recipient. Must be a string containing a single email address. If omitted, DigiCert sends the site seal code to the authenticated user (the user that owns the API key in the request header). If a |