For the complete documentation index, see llms.txt. This page is also available as Markdown.

Shop And Establishment

Validate shop and establishment certificates issued by municipal authorities to confirm legal existence and registration of commercial entities in supported regions.

shop_establishment

POST https://secctrl.tutelar.io/api/v2/services/business_profile/shop_establishment

Name
Value

Content-Type

application/json

Authorization

Bearer eyJhbGciOiJ.....

Sample Request Body

Body
Type
Mandatory
Description

regNo

string

Yes

Shop & Establishment Registration Number to be authenticated

areaCode

string

Yes

Code of the jurisdiction of registration

consent

String

Yes

Consent is required to make the API request.

Sample Post Parameters

{
  "regNo": "2017000456",
  "areaCode": "DL",
  "consent": "y"
}

Get details

GET https://secctrl.tutelar.io/api/v2/services/business_profile/shop_establishment

Query parameters description is given below,

Query Parameter
Type
Is Mandatory
Description

reference_id

String

Yes

Document reference id

Last updated