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:
| Format | Content-Type |
|---|---|
| BASE64 (pkcs #8) | application/x-pem-file |
| BASE64 | application/x-pem-file |
| DER | application/x-x509-ca-cert |
| PKCS #7 | application/x-pkcs7-certificates |
| PKCS #12 | application/x-pkcs12 |
| JKS | application/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
- 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.