Retrieve a certificate by vault ID (GET)
GET/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 for the returned data:
| Format | Response Content Type |
|---|---|
| Base64 | application/x-pem-file |
| Base64 (PKCS #8) | application/x-pem-file |
| DER | application/x-x509-ca-cert |
| JKS | application/octet-stream |
| PKCS #7 | application/x-pkcs7-certificates |
| PKCS #12 | application/x-pkcs12 |
Required scope: certificate
Request
Responses
- 200
- 202
- 400
- 500
Returns the certificate as a binary stream.
The certificate issuance is still pending. Use the /certificate/retrieve endpoint to obtain the certificate after it is issued.
Invalid or missing request parameters. See the error message for details.
An internal error occurred during certificate retrieval processing. See the error message for details.