Key URL

Retrieve FHE key material URLs.

get/v2/keyurl

Response

FHE public key URLs.

statusstring required

Example response

{
  "response": {
    "fheKeyInfo": [
      {
        "fhePublicKey": {
          "dataId": "0x0400000000000000000000000000000000000000000000000000000000000003"
        }
      }
    ]
  },
  "status": "succeeded"
}

Changes

No recorded changes to this endpoint across all 8 revisions of this API.