Catégories
2 min
Macrocategory list
Get the macrocategory list
GET
https://api.fsflt.net/panel/categories/macro/list
curl --location --request GET 'https://api.fsflt.net/panel/categories/macro/list' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{"lang":"string"}'Category list
Get the category list
GET
https://api.fsflt.net/panel/categories/list
curl -X 'GET' \
'https://api.fsflt.net/panel/categories/list' \
-H 'accept: application/json' \
-H "Content-Type: application/json" \
-H "X-API-KEY: YOUR_API_KEY" \
-d '{YOUR_PARAM}'Get Modules
Get the protection modules (AppBlocker, Contentfilter ecc)
GET
https://api.fsflt.net/panel/categories/modules/
curl --location --request GET 'https://api.fsflt.net/panel/categories/modules' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{"lang":"string"}'