Apps
List persisted keys for an app
GET /app/{appId}/data
GET /app/{appId}/data
Path parameters
appIdstringpathrequiredNo description.
Responses
200 — Successful operation
Response Example
{
"success": true,
"keys": [
"string"
]
}