cURL
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 }
Return a list that contains certificates and their full details.
The Tyk Dashboard API Access Credentials
Use p query parameter to say which page you want returned. Send number less than 0 to return all items.
Fetched certificates.
Show child attributes
Was this page helpful?