Skip to main content
GET
/
api
/
v1
/
kms
/
{kms_id}
/
pubkey
/
{app_id}
Get app encryption pubkey
curl --request GET \
  --url https://cloud-api.phala.com/api/v1/kms/{kms_id}/pubkey/{app_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

app_id
string
required

40-character hex string, with or without 0x prefix

kms_id
string
required

KMS ID (hashed) or slug

Response

Successful Response