cURL
curl --request GET \ --url https://{tenant}/tyk/certs \ --header 'X-Tyk-Authorization: <api-key>'
{ "certs": [ { "dns_names": [ "<string>" ], "has_private": true, "id": "<string>", "is_ca": true, "issuer_cn": "<string>", "not_after": "2023-11-07T05:31:56Z", "not_before": "2023-11-07T05:31:56Z", "subject_cn": "<string>" } ] }
List all certificates in the Tyk Gateway.
Api key
Organisation ID to list the certificates.
Mode to list the certificate details.
detailed
OK
Show child attributes
Was this page helpful?