Product
List Feature requirements
List all Feature requirements within CoreStack product.
get/v1/feature_requirements/list
Response
Success
Example response
[
{
"feature": "appsecops__onboarding",
"access_type": "read",
"providers": [
{
"mandatory_dependent_features": [
"appsecops__onboarding"
],
"optional_dependent_features": [
"appsecops__onboarding"
],
"ondemand_dependent_features": [
"appsecops__onboarding"
],
"access_policies": [
{
"access_type": "read"
}
]
}
],
"executor": "AI"
}
]