Get VMC 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 Certificate 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
Accept
header toimage/svg+xml
.To get a base64-encoded string with the compressed logo data, set the
Accept
header toapplication/json
.
Example requests and responses
Path parameters
Name | Req/Opt | Description |
---|---|---|
order_id | required | ID of a Verified Mark Certificate order. |
Response parameters
Name | Type | Description |
---|---|---|
logo | string | Compressed logo data, formatted as a base64-encoded string. |