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 response is of type object[].
object[]
Was this page helpful?