cURL
curl --request GET \ --url https://production.deepvue.tech/v1/business-compliance/shop-establishment-certificate \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
{ "timestamp": 123, "transaction_id": "<string>", "code": 200, "sub_code": "SUCCESS", "message": "S&E Certificate Verified Successfully.", "data": { "client_id": "<string>", "se_number": "<string>", "state_code": "<string>", "state_name": "<string>", "business_name": "<string>", "address": "<string>", "user_mobile_number": "<string>", "registration_number": "<string>", "registration_date": "<string>", "category": "<string>", "certificate_number": "<string>", "document_link": "<string>", "date_of_commencement": "<string>", "valid_upto": "<string>", "acknowledgement_number": "<string>", "email_id": "<string>", "website_url": "<string>", "name_of_occupier": "<string>", "father_name_of_occupier": "<string>", "manager_name": "<string>", "manager_father_name": "<string>", "male_workers": "<string>", "female_workers": "<string>", "young_workers": "<string>", "total_workers": "<string>", "family_members_working": "<string>", "confidential_employers_capacity": "<string>", "fax": "<string>" } }
This API is used to verify the Shop Establishment Certificate.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes