FoodGuard Mobile API
  1. Lookups
FoodGuard Mobile API
  • Authentication
    • User Login
      POST
    • User Logout
      POST
  • Lookups
    • Get All Branches
      GET
    • Get All Suppliers
      GET
  • 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. Lookups

Get All Suppliers

Pending
GET
/lookups/suppliers

Request

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

Responses

🟢200
application/json
List of suppliers
Body

Example
{
    "data": [
        {
            "id": 101,
            "name": "Fresh Valley Farms",
            "rating": 91.2,
            "category": "Fresh Vegetables"
        }
    ]
}
Modified at 2025-12-18 11:11:59
Previous
Get All Branches
Next
Lookup Batch by QR/Barcode
Built with