GET
/
api
/
v1
/
pki
/
certificates
/
{serialNumber}
/
bundle
curl --request GET \
  --url https://us.infisical.com/api/v1/pki/certificates/{serialNumber}/bundle
{
  "certificate": "<string>",
  "certificateChain": "<string>",
  "privateKey": "<string>",
  "serialNumber": "<string>"
}

You must have the certificate read-private-key permission in order to call this endpoint.

Path Parameters

serialNumber
string
required

The serial number of the certificate to get the certificate body and certificate chain for.

Response

200
application/json
Default Response

The response is of type object.