Upload VMC or CMC logo (SVG)
POST https://www.digicert.com/services/v2/order/certificate/{{order_id}}/vmc/logo
Use this endpoint to upload an SVG logo to a pending order for a Verified Mark Certificates (VMC) or a Common Mark Certificate (CMC).
Uploading a logo replaces any existing logo for the order. If the logo already exists in your account, we assign the existing logo and any trademark details associated with it to the order instead of uploading a duplicate logo to your account.
This endpoint accepts raw SVG data. To upload compressed logo data formatted as a base64-encoded string, use the Upload VMC or CMC logo (encoded) endpoint.
Notice
Before uploading a logo, make sure it meets the requirements for VMC or CMC:
Request format
To submit a request to the Upload VMC or CMC logo (SVG) endpoint:
Set the
Content-Type
header.If the image data includes an XML tag (for example,
<?xml
version
="1.0"
encoding
="UTF-8"?>
), useimage/svg+xml
.If the image data does not include an XML tag, use
image/svg
.
Submit the raw SVG data for the image as the payload of the request.
Example requests and responses
Path parameters
Name | Req/Opt | Description |
---|---|---|
order_id | required | ID of a pending order for a VMC or CMC. |
Response parameters
Name | Type | Description |
---|---|---|
id | integer | Logo ID. |
organization_id | integer | ID of the organization for the logo. |
trademark_country_code | string | Two-letter country code that specifies the country or region where you have the rights to use the logo or where the logo is registered. Possible values: See Glossary – Trademark offices and country codes for VMC or CMC logos Note: Only returned when the uploaded logo matches an existing logo that is already assigned a |
trademark_registration_number | string | Trademark registration number for the mark. Note: Only returned when the uploaded logo matches an existing logo that is already assigned a |