Path Parameters
The ID of the CA to get the certificate revocation lists (CRLs) for.
Response
Default Response
The response is of type object[]
.
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
curl --request GET \
--url https://us.infisical.com/api/v1/pki/ca/{caId}/crls
[
{
"id": "<string>",
"crl": "<string>"
}
]
The ID of the CA to get the certificate revocation lists (CRLs) for.
Default Response
The response is of type object[]
.
Was this page helpful?