a9dd2afd70a1

latestOpenAPI 3.1.02026-08-041130479.2 KB

FSSAI Verification

post/v1/api_hub/fssai_verification_l1

Request body

license_numberstring required

ex. 100120110xxxxx

Response

200

licenseNumberstring
idinteger
getCategorizedProductListstring

Example response

{
  "licenseNumber": "10012011000168",
  "id": 15348,
  "getCategorizedProductList": "false",
  "result": {
    "licenseNumber": "10012011000168",
    "entityName": "NESTLE INDIA LIMITED",
    "status": "ACTIVE",
    "licenseType": "CENTRAL LICENSE",
    "premissesAddress": {
      "district": "NEW DELHI",
      "address": "100 / 101, WORLD TRADE CENTRE,BARAKHAMBA LANE,NEW DELHI - 110 001, CHANKYA PURI, NEW DELHI, DELHI - 110001",
      "state": "DELHI",
      "pincode": "110001"
    },
    "listOfProducts": [
      {
        "slNo": "4",
        "foodProductCategory": "04 - FRUITS AND VEGETABLES (INCLUDING MUSHROOMS AND FUNGI, ROOTS AND TUBERS, FRESH PULSES AND LEGUMES, AND ALOE VERA), SEAWEEDS, AND NUTS AND SEEDS"
      }
    ],
    "splitAddress": {
      "district": [
        "NEW DELHI"
      ],
      "state": [
        [
          "DELHI"
        ]
      ],
      "city": [
        "DELHI"
      ],
      "pincode": "110001",
      "country": [
        "IN"
      ],
      "addressLine": "100 101,WORLD TRADE CENTRE,BARAKHAMBA LANE,NEW CHANKYA PURI,NEW NEW"
    }
  }
}