cURL
curl --request GET \ --url https://encryption.platform.dev.ai71services.ai/encrova-service/api/v1/certificates/{serialNumber}/certificate-pem \ --header 'x-api-key: <x-api-key>'
{ "certificate": "<string>", "certificateChain": "<string>", "serialNumber": "<string>", "keyAlgorithm": "<string>" }
Retrieve the certificate body and chain in PEM format by its serial number
API Key for authentication
Serial number of the certificate
Successful Response
The certificate in PEM format
The complete certificate chain in PEM format