cURL
curl --request GET \ --url https://{tenant}/api/certs/{certId} \ --header 'Authorization: Bearer <token>'
{ "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": {} }
Get a single certificate details with the certificate’s ID.
The Tyk Dashboard API Access Credentials
ID of the certificate you want to fetch.
Certificates fetched.
Was this page helpful?