An endpoint to retrieve the issuer's identity key.
HTTP request
POST https://example.issuer.com/api/v1/vdc/getIdentityKey
Request body
The request body must be empty.
Response body
A response containing one or more of the issuer's active identity keys.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "issuerIdentityCertificate": [ string ] } |
| Fields | |
|---|---|
issuerIdentityCertificate[] |
A list of identity keys that are active for an issuer. At least 2 identity keys are required during key rotation. After rotation is complete, only the active key should be sent. Each entry should be base64 encoded DER format X.509 certificate containing the identity key. |