Skip to main content
GET
/
api
/
certs
/
{certId}
Get single certificate with ID.
curl --request GET \
  --url https://{tenant}/api/certs/{certId} \
  --header 'Authorization: Bearer <token>'
{
  "dns_names": [
    "<string>"
  ],
  "fingerprint": "<string>",
  "has_private": true,
  "id": "<string>",
  "is_ca": true,
  "issuer": {},
  "not_after": "2023-11-07T05:31:56Z",
  "not_before": "2023-11-07T05:31:56Z",
  "subject": {}
}

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

certId
string
required

ID of the certificate you want to fetch.

Response

Certificates fetched.

dns_names
string[]
fingerprint
string
has_private
boolean
id
string
is_ca
boolean
issuer
object
not_after
string<date-time>
not_before
string<date-time>
subject
object