cURL
curl --request GET \ --url https://encryption.platform.dev.ai71services.ai/encrova-service/api/v1/ca/{ca_id}/certificate \ --header 'x-api-key: <x-api-key>'
{ "certificate": "<string>", "certificateChain": "<string>", "serialNumber": "<string>" }
Get CA certificate and chain
Successfully retrieved certificate and chain
Response model for certificate retrieval operation
The CA certificate in PEM format
The complete certificate chain in PEM format
Serial number of the certificate