Skip to main content
GET
/
api
/
certs
/
details
List all certificates details.
curl --request GET \
  --url https://{tenant}/api/certs/details \
  --header 'Authorization: Bearer <token>'
{
  "certificates": [
    {
      "dns_names": [
        "<string>"
      ],
      "fingerprint": "<string>",
      "has_private": true,
      "id": "<string>",
      "is_ca": true,
      "issuer": {},
      "not_after": "2023-11-07T05:31:56Z",
      "not_before": "2023-11-07T05:31:56Z",
      "subject": {}
    }
  ],
  "pages": 123
}

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Query Parameters

p
integer

Use p query parameter to say which page you want returned. Send number less than 0 to return all items.

Response

Fetched certificates.

certificates
object[] | null
pages
integer