---
title: "GET /trustStores/{trustStoreArn}/certificate#thumbprint"
method: GET
path: "/trustStores/{trustStoreArn}/certificate#thumbprint"
---

# GET /trustStores/{trustStoreArn}/certificate#thumbprint

`GET /trustStores/{trustStoreArn}/certificate#thumbprint`

Gets the trust store certificate.

## Path parameters

- `trustStoreArn` string, required

## Query parameters

- `thumbprint` string, required

## Response `200`

Success

- GetTrustStoreCertificateResponse
  - `trustStoreArn` string, required — The ARN of the trust store certificate.
  - `certificate` object — The certificate of the trust store certificate.
    - `thumbprint` string — A hexadecimal identifier for the certificate.
    - `subject` string — The entity the certificate belongs to.
    - `issuer` string — The entity that issued the certificate.
    - `notValidBefore` string, date-time — The certificate is not valid before this date.
    - `notValidAfter` string, date-time — The certificate is not valid after this date.
    - `body` string — The body of the certificate.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — ValidationException

---

[API](https://skmtc.net/aws/apis/workspaces-web.md) · [All operations](https://skmtc.net/aws/apis/workspaces-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/workspaces-web/revisions/4206b0208021/schema)
