{
"codes": [
"string"
]
}
curl --location --request POST 'https://core.authing.cn/api/v2/resource-namespace/61b95d6c96d42670da568408/namespace-detail/list' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Authorization: Bearer e GFyLnBuZs' \
--header 'Content-Type: application/json' \
--data-raw '{
"codes": [
"string"
]
}'
{
"code": 200,
"message": "请求成功",
"data": [
{
"id": 7,
"name": "示例应用",
"code": "61b95d6cf8c1e8c415b8552f",
"description": "",
"status": 1,
"applicationId": "61b95d6cf8c1e8c415b8552f",
"isIntegrateApp": false
},
{
"id": 5,
"name": "默认权限组",
"code": "default",
"description": "用户自行创建的权限会默认放在此分组。",
"status": 1,
"applicationId": null,
"isIntegrateApp": false
}
]
}