Returns all food categories with their temperature thresholds for quality inspection.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Responses
application/json
List of food categories with thresholds
{
"success": true,
"data": [
{
"id": 1,
"name": "Fresh Seafood",
"max_temp": 2,
"unit": "°C"
}
]
}
Modified at 2025-12-24 10:09:40