---
title: "List certificates."
method: GET
path: "/tyk/certs"
tags: ["Certs"]
---

# List certificates.

`GET /tyk/certs`

List all certificates in the Tyk Gateway.

## Query parameters

- `org_id` string
- `mode` 'detailed'

## Response `200`

OK

- union
  - APIAllCertificateBasics
    - `certs` CertsCertificateBasics[], nullable
      - `dns_names` string[], nullable
      - `has_private` boolean
      - `id` string
      - `is_ca` boolean
      - `issuer_cn` string
      - `not_after` string, date-time
      - `not_before` string, date-time
      - `subject_cn` string
  - APIAllCertificates
    - `certs` string[], nullable

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/tyktechnologies/apis/tyk-gateway-api.md) · [All operations](https://skmtc.net/tyktechnologies/apis/tyk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tyktechnologies/tyk-gateway-api/versions/4ae998d5545e/schema)
