{
"keys": [
"string"
],
"appId": 0
}
curl --location --request POST '/v4/gateway/acc.configuration.items.bykeys' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keys": [
"string"
],
"appId": 0
}'
{
"data": [
{
"id": 0,
"configName": "string",
"configKey": "string",
"configValue": "string",
"isEnabled": "string",
"appId": 0,
"module": "string",
"remark": "string",
"readonly": "string",
"updatedTime": 0
}
],
"success": true,
"message": "string",
"code": 0
}