Retrieve a certificate by vault ID
POST/vedsdk/certificates/Retrieve/:vaultId
Returns the available certificate data and optional private key information for an enrolled or archived certificate by its Vault Id. The format property of the request allows to choose the following formats of the returned certificate binary data:
- Base64
- Base64 (PKCS #8)
- DER
- JKS:
- PKCS #7
- PKCS #12
Required scope: certificate:manage
Request
Responses
- 200
- 400
Certificate retrieved successfully. The response body contains the certificate data and optional private key information.
Invalid or missing request parameters. The Error property contains details about the failure.