Retrieve an X509 certificate
POST/vedsdk/X509CertificateStore/retrieve
This method validates the request and retrieves a certificate from the certificate store based on the provided vault ID. The method also retrieves any associated names and values with the certificate. The method logs the event if the certificate is successfully retrieved.
Required scope: certificate:manage
Request
Responses
- 200
- 400
- 401
- 500
The certificate was successfully retrieved from the vault.
The request was invalid, possibly due to missing required properties.
The user is not authorized to retrieve the certificate from the vault.
An error occurred on the server while retrieving the certificate from the vault.