FoodGuard Mobile API
  1. Branches
FoodGuard Mobile API
  • Authentication
    • User Login
      POST
    • User Logout
      POST
  • Lookups
    • Branches
      • List
        GET
      • Show
        GET
    • Suppliers
      • List
      • Show
  • Inspection
    • Lookup Batch by QR/Barcode
      GET
    • Initialize Inspection Batch
      POST
    • Upload Sample Image for AI Analysis
      POST
    • Finalize Batch Inspection
      POST
  • History
    • Get Inspection History
      GET
  • Inspector Dashboard
    • Get Home Screen Stats
      GET
  • Schemas
    • User
    • Branch
    • Supplier
    • BatchInitResponse
    • AISampleResult
    • ErrorResponse
    • ValidationErrorResponse
  1. Branches

List

GET
/lookups/branches

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or

Responses

🟢200
application/json
List of branches
Body

Example
{
    "data": [
        {
            "id": 1,
            "name": "Riyadh - Olaya Branch",
            "code": "BR-001",
            "is_active": true
        }
    ]
}
Modified at 2025-12-22 14:55:27
Previous
User Logout
Next
Show
Built with