Skip to main content

Retrieve an issued certificate (GET)

GET 

/vedsdk/certificates/Retrieve

Returns the available certificate data and optional private key information for an enrolled certificate.

The response body contains the requested certificate in binary form.

Depending on the requested format, the Content-Type will be:

FormatContent-Type
BASE64 (pkcs #8)application/x-pem-file
BASE64application/x-pem-file
DERapplication/x-x509-ca-cert
PKCS #7application/x-pkcs7-certificates
PKCS #12application/x-pkcs12
JKSapplication/octet-stream

Note: This API method matches POST certificates/Retrieve, except that all arguments are passed as part of the URL.

Required scope: certificate:manage

Request

Responses

Returns the certificate as a binary stream.