Skip to main content
GET
/
api
/
certs
List Certificates.
curl --request GET \
  --url https://{tenant}/api/certs \
  --header 'Authorization: Bearer <token>'
{
"cert_basics": [
{
"dns_names": [
".*itachi.io"
],
"has_private": false,
"id": "5e9d9544a1dcd60001d0ed208edce514c2d0a866063550c64d6c90be99d01561ac5aa7e82b8610b7e273d37d",
"is_ca": false,
"issuer_cn": "tyk-gateway-2.localhost",
"not_after": "2025-05-19T05:23:10Z",
"not_before": "2024-05-19T05:23:10Z",
"subject_cn": "tyk-gateway-2.localhost"
},
{
"dns_names": [
".*tyk.io"
],
"has_private": false,
"id": "5e9d9544a1dcd60001d0ed207c440d66ebb0a4629d21329808dce9091acf5f2fde328067a6e60e5347271d90",
"is_ca": false,
"issuer_cn": "tyk.io",
"not_after": "2034-03-26T08:46:37Z",
"not_before": "2024-03-25T08:46:37Z",
"subject_cn": "tyk.io"
}
],
"pages": 1
}

Authorizations

Authorization
string
header
required

Query Parameters

p
integer
mode
enum<string>
Available options:
detailed
filter
enum<string>
default:omit
Available options:
omit,
with_pk,
without_pk

Response

  • Option 1
  • Option 2
cert_basics
object[] | null
pages
integer