cURL
curl --request GET \ --url https://production.deepvue.tech/v1/business-compliance/fssai-verification \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
{ "timestamp": 123, "transaction_id": "<string>", "data": { "id_number": "<string>", "application_number": "<string>", "fssai_number": "<string>", "details": [ "<unknown>" ] }, "code": 200, "sub_code": "SUCCESS", "message": "FSSAI verified successfully." }
This API is used to verify the FSSAI ID/License Number.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes