cURL
curl --request GET \ --url https://us.infisical.com/api/v1/pki/ca/{caId}/crls
[ { "id": "<string>", "crl": "<string>" } ]
Get list of CRLs of the CA
The ID of the CA to get the certificate revocation lists (CRLs) for.
Default Response
The ID of certificate revocation list (CRL).
The certificate revocation list (CRL).
Was this page helpful?