---
title: "Get Site seal"
method: GET
path: "/v1/certificates/{certificateId}/siteSeal"
tags: ["v1"]
---

# Get Site seal

`GET /v1/certificates/{certificateId}/siteSeal`

This method is used to obtain the site seal information for an issued certificate. A site seal is a graphic that the certificate purchaser can embed on their web site to show their visitors information about their SSL certificate. If a web site visitor clicks on the site seal image, a pop-up page is displayed that contains detailed information about the SSL certificate. The site seal token is used to link the site seal graphic image to the appropriate certificate details pop-up page display when a user clicks on the site seal. The site seal images are expected to be static images and hosted on the reseller's website, to minimize delays for customer page load times.

## Path parameters

- `certificateId` string, required

## Query parameters

- `theme` 'DARK' | 'LIGHT'
- `locale` string

## Response `200`

Site seal retrieved

- CertificateSiteSeal
  - `html` string, required — Certificate Seal HTML

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — Certificate id not found
- `409` — Certificate state does not allow seal
- `422` — 'locale' is invalid
- `500` — Internal server error

---

[API](https://skmtc.net/godaddy/apis/untitled-api-2.md) · [All operations](https://skmtc.net/godaddy/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/godaddy/untitled-api-2/versions/100b3aa2d7ee/schema)
