GET
/
api
/
v1
/
pki
/
ca
/
{caId}
/
ca-certificates

Path Parameters

caId
string
required

The ID of the CA to get the CA certificates for

Response

200 - application/json
certificate
string
required

The certificate body of the CA certificate

certificateChain
string
required

The certificate chain of the CA certificate

serialNumber
string
required

The serial number of the CA certificate

version
number
required

The version of the CA certificate. The version is incremented for each CA renewal operation.

Was this page helpful?