GET
/
api
/
v1
/
pki
/
ca
/
{caId}
/
ca-certificates
curl --request GET \
  --url https://us.infisical.com/api/v1/pki/ca/{caId}/ca-certificates
[
  {
    "certificate": "<string>",
    "certificateChain": "<string>",
    "serialNumber": "<string>",
    "version": 123
  }
]

Path Parameters

caId
string
required

The ID of the CA to get the CA certificates for.

Response

200
application/json
Default Response

The response is of type object[].