v51

latestOpenAPI 3.0.3Mozilla Public License Version 2.0raw.githubusercontent.com2026-08-0165205256.0 KB
Certs

Return one certificate or list multiple certificates in the Tyk Gateway given a comma separated list of cert IDs.

Note that the certID path parameter can take a list of certIDs separated with commas (e.g /tyk/certs/certIDOne,certIDTwo). If you send a single certID it will return a single CertificateMeta object otherwise if you send more than two certIDs is will return an array of certificateMeta objects.

get/tyk/certs/{certID}

Path parameters

certIDstring required

Comma separated list of certificates to list.

Response

OK

OR

Example response

{
  "dns_names": [
    ".*tyk.io"
  ],
  "fingerprint": "7c440d66ebb0a4629d21329808dce9091acf5f2fde328067a6e60e5347271d90",
  "id": "5e9d9544a1dcd60001d0ed207c440d66ebb0a4629d21329808dce9091acf5f2fde328067a6e60e5347271d90",
  "not_after": "2034-03-26T08:46:37Z",
  "not_before": "2024-03-25T08:46:37Z"
}