Skip to main content
GET
/
api
/
v1
/
apps
/
{app_id}
/
device-allowlist
Get device allowlist status
curl --request GET \
  --url https://cloud-api.phala.com/api/v1/apps/{app_id}/device-allowlist
{
  "is_onchain_kms": false,
  "allow_any_device": true,
  "chain_id": 123,
  "app_contract_address": "<string>",
  "devices": []
}

Path Parameters

app_id
string
required

Hex app identifier

Response

Device allowlist status

is_onchain_kms
boolean
default:false
allow_any_device
boolean | null
chain_id
integer | null
app_contract_address
string | null
devices
DeviceAllowlistItem · object[]