cURL
curl --request GET \ --url https://encryption.platform.dev.ai71services.ai/encrova-service/api/v1/certificates/{serialNumber} \ --header 'x-api-key: <x-api-key>'
{ "certificate": { "id": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "caId": "<string>", "status": "active", "serialNumber": "<string>", "friendlyName": "<string>", "commonName": "<string>", "notBefore": "<string>", "notAfter": "<string>", "altNames": "<string>", "caCertId": "<string>", "certificateTemplateId": "<string>", "keyUsages": [ "digitalSignature" ], "extendedKeyUsages": [ "clientAuth" ], "revocationReason": 123, "revokedAt": "2023-11-07T05:31:56Z" } }
Retrieve a certificate by its serial number
API Key for authentication
Serial number of the certificate
Successful Response
certificate
Show child attributes