FoodGuard Mobile API
Branches
Copy Page
FoodGuard Mobile API
Authentication
User Login
POST
User Logout
POST
Lookups
Branches
List
GET
Show
GET
Suppliers
List
Show
List Food Categories
GET
Batch Management
List Batches
GET
Create Batch
POST
Get Batch Details
GET
Phase 1: Truck Inspection
Submit Truck Inspection
POST
Phase 2: Label Analysis
Analyze Label (OCR)
POST
Phase 3: Sample Evaluation
List Batch Samples
GET
Add Sample to Batch
POST
Phase 4: Finalize
Finalize Batch Inspection
POST
Dashboard & History
Get Dashboard Stats
GET
Get Inspection History
GET
Settings
Get Quality Thresholds
GET
Branches
Copy Page
Show
GET
/lookups/branches/{id}
Try it
Run in Apidog
Run in Apidog
Returns details for a specific branch.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params
Generate Code
Responses
🟢
200
application/json
Branch details
Body
Generate Code
Example
{
"success"
:
true
,
"data"
:
{
}
}
ðŸŸ
404
Modified atÂ
2025-12-31 16:48:58
Previous
List
Next
List