KYBFSSAI Verification

FSSAI License Verification — Food Business Check

Verify an FSSAI license and retrieve the food business name, address, license type, and validity. Ensure food safety compliance.

curl -X GET "https://production.deepvue.tech/v1/business-compliance/fssai-verification?fssai_id=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "x-api-key: YOUR_API_KEY"
{
  "code": 200,
  "timestamp": 1738210452861,
  "transaction_id": "5a223ce2c64a439aab009c38246f9ba8",
  "sub_code": "SUCCESS",
  "message": "FSSAI verified successfully.",
  "data": {
    "id_number": "21524010000507",
    "application_number": "30240523116619907",
    "fssai_number": "21524010000507",
    "details": [
      {
        "address_premises": "SHOP NO-F/37,1ST FLR,SEZ PLAZA BLOCK SECTOR MARVE ROAD MALAD WEST,  Marve Erangel, Greater Mumbai Ward-P/N, Greater Mumbai, Maharashtra, 400064",
        "status_desc": "Registration Certificate issued",
        "district_name": "Greater Mumbai",
        "fbo_id": 599743778735406,
        "display_ref_id": "30240523116619907",
        "taluk_name": "Greater Mumbai Ward-P/N",
        "company_name": "KRISHNAA  AGRO LLP",
        "state_premises": "MH",
        "district_premises": 458,
        "app_type_desc": "New License/New Registration",
        "taluk_premises": 4169,
        "state_name": "Maharashtra",
        "license_category_name": "Registration",
        "app_type": "N",
        "app_submission_date": "2024-05-23",
        "last_updated_on": "2024-06-01",
        "pincode": 400064,
        "ref_id": 116619907
      }
    ]
  }
}
GET
/v1/business-compliance/fssai-verification
GET
Bearer Token (JWT)
Bearer Tokenstring
Required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
API Key (header: x-api-key)
x-api-keystring
Required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

header
x-api-keystring
Required

API Key for authentication. The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

Responses

codeinteger
timestampinteger
transaction_idstring
sub_codestring
messagestring
dataobject

Overview

The FSSAI Verification API validates Food Safety and Standards Authority of India identification numbers and license credentials. It retrieves official registration and licensing information for food business operations registered with FSSAI.

This verification tool confirms the authenticity of FSSAI ID/License Numbers by querying the official FSSAI database. Upon successful verification, the system returns comprehensive business details including:

  • Business registration and application information
  • Physical premises address and location identifiers
  • Company/FBO (Food Business Operator) identification
  • License category classification
  • Registration status and certification details
  • Application submission and update timestamps
  • Geographic information (state, district, taluk, pincode)

The API accepts a single required query parameter: the FSSAI identification number in the proper format. Malformed FSSAI patterns trigger validation errors.