Get VMC or CMC logo
GET https://www.digicert.com/services/v2/order/certificate/{{order_id}}/vmc/logo
Use this endpoint to get the logo from a Verified Mark Certificates (VMC) or a Common Mark Certificate (CMC) order.
Request format
You can request the SVG data for the logo, or you can request a base64-encoded string with the compressed logo data.
To get the SVG data for the logo, set the
Acceptheader toimage/svg+xml.To get a base64-encoded string with the compressed logo data, set the
Acceptheader toapplication/json.
Example requests and responses
Path parameters
Name | Req/Opt | Description |
|---|---|---|
order_id | required | ID of a VMC or a CMC order. |
Response parameters
Name | Type | Description |
|---|---|---|
logo | string | Compressed logo data, formatted as a base64-encoded string. |