Skip to main content
GET
/
v1
/
business-compliance
/
shop-establishment-certificate
Shop Establishment Certificate
curl --request GET \
  --url https://production.deepvue.tech/v1/business-compliance/shop-establishment-certificate \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "code": 200,
  "timestamp": 1738342962129,
  "transaction_id": "e4c1d5597c924ee3b03854343734e884",
  "sub_code": "SUCCESS",
  "message": "S&E Certificate Verified Successfully.",
  "data": {
    "client_id": "se_oWoreXNvdvhhlYlkxcHe",
    "se_number": "34/156/CE/0058/2023",
    "state_code": "KR",
    "state_name": "Karnataka",
    "business_name": "ACS CATERERS",
    "address": null,
    "user_mobile_number": "9845235360",
    "registration_number": "34/156/CE/0058/2023",
    "registration_date": null,
    "category": null,
    "certificate_number": "34/156/CE/0058/2023",
    "document_link": "https://aadhaar-kyc-docs.s3.amazonaws.com/shop-docs/34/156/CE/0058/2023/34-156-CE-0058-2023-2025-02-03-062133-2025-02-03-062133812126.pdf",
    "date_of_commencement": null,
    "valid_upto": null,
    "acknowledgement_number": "849916",
    "email_id": null,
    "website_url": null,
    "name_of_occupier": null,
    "father_name_of_occupier": null,
    "manager_name": null,
    "manager_father_name": null,
    "male_workers": null,
    "female_workers": null,
    "young_workers": null,
    "total_workers": null,
    "family_members_working": null,
    "confidential_employers_capacity": null,
    "fax": null
  }
}
The state_code parameter can have the following values:
StateState Code
DelhiDL
HaryanaHR
Jammu And KashmirJK
KarnatakaKR
RajasthanRJ
TelanganaTL
UttarakhandUK
Uttar PradeshUP
West BengalWB

Authorizations

Authorization
string
header
required

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

x-api-key
string
header
required

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

Query Parameters

certificate_number
string
required
state_code
string
required

Response

Successful Response

timestamp
integer
required
transaction_id
string
required
code
integer
default:200
sub_code
string
default:SUCCESS
message
string
default:S&E Certificate Verified Successfully.
data
ShopEstablishmentCertificateData · object