Skip to main content

Retrieve an issued certificate

POST 

/vedsdk/certificates/Retrieve

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

Available options for Format:

FormatContent-TypeDescription
Base64application/x-pem-fileReturn the certificate in the traditional PEM format.
Base64 (PKCS #8)application/x-pem-fileReturn the certificate in the PEM format and include the PKCS#8 encoded private key.
DERapplication/x-x509-ca-certReturn the raw certificate. Use IncludePrivateKey and set the password.
JKSapplication/octet-streamReturn the certificate in the Java Keystore (JKS) format.
PKCS #7application/x-pkcs7-certificatesReturn the certificate with optional chain in the PKCS#7 format
PKCS #12application/x-pkcs12Return the certificate in the PKCS#12 format. Use IncludePrivateKey and set the password."

Note: This endpoint returns a JSON structure with the certificate data and other information. To download the raw certificate (in various formats), use the GET /certificates/retrieve endpoint.

Required scope: certificate:manage

Request

Responses

The certificate retrieval was successful, and the certificate data is included in the response.