Skip to main content
GET
/
tyk
/
certs
List certificates.
curl --request GET \
  --url https://{tenant}/tyk/certs \
  --header 'X-Tyk-Authorization: <api-key>'
{
  "certs": [
    {
      "dns_names": [
        "<string>"
      ],
      "has_private": true,
      "id": "<string>",
      "is_ca": true,
      "issuer_cn": "<string>",
      "not_after": "2023-11-07T05:31:56Z",
      "not_before": "2023-11-07T05:31:56Z",
      "subject_cn": "<string>"
    }
  ]
}

Authorizations

X-Tyk-Authorization
string
header
required

Api key

Query Parameters

org_id
string

Organisation ID to list the certificates.

mode
enum<string>

Mode to list the certificate details.

Available options:
detailed

Response

OK

certs
object[] | null