Skip to main content

Upload VMC or CMC logo (encoded)

POST https://www.digicert.com/services/v2/order/certificate/{{order_id}}/vmc/encoded-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 compressed logo data, formatted as a base64-encoded string. To upload raw SVG data, use the Upload VMC or CMC logo (SVG) 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 (encoded) endpoint:

  • Set the Content-Type header to application/json.

  • Format the data for your SVG logo as a compressed, base64-encoded string.

    For example, in a bash shell, run this command:

    echo '<XML content for your SVG logo>' | gzip | base64
  • In the JSON payload, submit the string containing the encoded logo data as the value of the logo parameter.

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 country_code value.

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 registration_number value.