---
title: "Return one certificate or list multiple certificates in the Tyk Gateway given a comma separated list of cert IDs."
method: GET
path: "/tyk/certs/{certID}"
tags: ["Certs"]
---

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

`GET /tyk/certs/{certID}`

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.

## Path parameters

- `certID` string, required

## Response `200`

OK

- union
  - CertsCertificateMeta
    - `dns_names` string[]
    - `fingerprint` string
    - `has_private` boolean
    - `id` string
    - `is_ca` boolean
    - `issuer` PkixName
    - `not_after` string, date-time
    - `not_before` string, date-time
    - `subject` PkixName
  - CertsCertificateMeta[], nullable
    - `dns_names` string[]
    - `fingerprint` string
    - `has_private` boolean
    - `id` string
    - `is_ca` boolean
    - `issuer` PkixName
    - `not_after` string, date-time
    - `not_before` string, date-time
    - `subject` PkixName

## Other responses

- `403` — Forbidden
- `404` — Not Found

## Changes

- **2025-02-07** `3d8e4f5b3dab` — 2 info
  - api tag `Certs` added
  - api tag `CertsTag` removed
- **2024-09-18** `111affa17abe` — 1 info
  - endpoint added
- **2022-05-24** `111d8ca21864` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/changes/tyk/certs/:certID/get.md)

---

[API](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api.md) · [All operations](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tyktechnologies/tyk-gateway-api/revisions/900d0a33ae1d/schema)
