cURL
curl --request GET \ --url https://app.infisical.com/api/v1/pki/certificates/{serialNumber}/certificate
{ "certificate": "<string>", "certificateChain": "<string>", "serialNumber": "<string>" }
Get certificate body of certificate
The serial number of the certificate to get the certificate body and certificate chain for
Default Response
The response is of type object.
object
Was this page helpful?