An endpoint to retrieve the issuer's hybrid encryption key.
HTTP request
POST https://example.issuer.com/api/v1/vdc/getHybridEncryptionKey
Request body
The request body must be empty.
Response body
A response containing the issuer's active public encryption key.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "issuerEncryptionCertificate": string } |
| Fields | |
|---|---|
issuerEncryptionCertificate |
The active encryption key for an issuer, to be used for end to end encryption. This is formatted as a base64 encoded DER format X.509 certificate containing the encryption key. |