v2

latestOpenAPI 3.0.02026-07-261859071.2 MB
Client certificates

Shows one client certificate.

get/v1/client-certificates/{id}

Path parameters

idstring required

Headers

x-checkly-accountstring

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Response

Successful

hoststring required

The host domain for the certificate without https://. You can use wildcards to match domains, e.g. "*.acme.com"

certstring 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...

castring nullable

An optional CA certificate in PEM format as a string.

idstring required
created_atstring date-time

Example response

{
  "host": "www.acme.com"
}