Skip to main content

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:

FormatResponse Content Type
Base64application/x-pem-file
Base64 (PKCS #8)application/x-pem-file
DERapplication/x-x509-ca-cert
JKSapplication/octet-stream
PKCS #7application/x-pkcs7-certificates
PKCS #12application/x-pkcs12

Required scope: certificate

Request

Responses

Returns the certificate as a binary stream.