---
title: "Shows one client certificate."
method: GET
path: "/v1/client-certificates/{id}"
tags: ["Client certificates"]
---

# Shows one client certificate.

`GET /v1/client-certificates/{id}`

## Path parameters

- `id` string, required

## Headers

- `x-checkly-account` string — Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

## Response `200`

Successful

- ClientCertificateRetrieve
  - `host` string, required — The host domain for the certificate without https://. You can use wildcards to match domains, e.g. "*.acme.com"
  - `cert` string, required — The client certificate in PEM format as a string. This string should retain any line breaks, e.g. it should start similar to this "-----BEGIN CERTIFICATE-----\nMIIEnTCCAoWgAwIBAgIJAL+WugL...
  - `ca` string, nullable — An optional CA certificate in PEM format as a string.
  - `id` string, required
  - `created_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.net/checklyhq/apis/checkly-public-api.md) · [All operations](https://skmtc.net/checklyhq/apis/checkly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checklyhq/checkly-public-api/revisions/87d29dc7b4fe/schema)
