| Header | Description |
|---|---|
myAppId | Application identifier used for service authentication |
service-key | Unique service key provided for accessing the verification service |
Authorization | API authorization credentials for secure access |
Content-Type | Specifies the request payload format (application/json) |
| Parameter | Type | Description |
|---|---|---|
udyamRegistrationNo | String | Unique Udyam Registration Number assigned to the MSME |
documentType | String | Specifies the verification type (Udyam Verification Without OTP) |
| Field | Description |
|---|---|
ok | Indicates whether the verification was successful (true / false) |
message | Status message describing the verification result |
result.udyamRegistrationNo | Udyam Registration Number of the enterprise |
result.dateOfRegistration | Date on which the enterprise was registered |
result.profile.name | Name of the registered enterprise |
result.profile.majorActivity | Primary business activity (Manufacturing / Services) |
result.profile.organizationType | Type of organization (e.g., Private Limited Company) |
result.officialAddress | Official registered address of the enterprise |
result.industry | Industry and NIC classification details |
result.enterpriseType | Enterprise classification (e.g., Micro, Small, Medium) |
result.pdfData | Base64 encoded Udyam registration certificate |
error | Contains error details if verification fails |
curl --location --request POST 'https://api.staging.indiconnect.in/idverifygr/verification' \
--header 'myAppId: verification_v1' \
--header 'service-key: sk_test_a9944179bc598f06' \
--header 'Authorization: x-api-access indc_test_a41eaf2a175f3b13:ac_test_bf7117f6da6c6285' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "mutation {\r\n verify(\r\n input: {\r\n udyamRegistrationNo: \"UDYAM-DL-08-0034103\"\r\n documentType: \"udyam verification without otp\"\r\n }\r\n ) {\r\n ok\r\n message\r\n result {\r\n ... on UdyamVerificationWithoutOtp{\r\n result\r\n }\r\n }\r\n error {\r\n status\r\n message\r\n decryptedError\r\n }\r\n }\r\n}\r\n",
"variables": {}
}'{
"data": {
"verify": {
"ok": true,
"message": "Verification completed successfully",
"result": {
"result": {
"udyamRegistrationNo": "UDYAM-DL-08-0034103",
"dateOfRegistration": "2022-07-18",
"interestedInTreds": null,
"interestedInGem": null,
"profile": {
"name": "M/S LAPPYMAKER INFOSOLUTIONS PRIVATE LIMITED",
"majorActivity": "Manufacturing",
"organizationType": "Private Limited Company",
"ownerName": null,
"pan": null,
"previousITRStatus": null,
"itrType": null,
"gstnStatus": null,
"mobile": null,
"emailId": null,
"socialCategory": "General",
"gender": "Female",
"speciallyAbled": null,
"dateOfIncorporation": "2019-08-28",
"dateOfCommencement": "2018-08-28"
},
"bankDetails": {
"bank": null,
"ifsc": null,
"acNo": null
},
"employmentDetails": {
"male": null,
"female": null,
"others": null,
"total": null
},
"financials": {
"financialYear": null,
"details": {
"wdvPme": null,
"exclusion": null,
"netInvestmentInPme": null,
"totalTurnover": null,
"exportTurnover": null,
"netTurnover": null
}
},
"branchDetails": [
{
"name": "LAPPYMAKER INFOSOLUTIONS PRIVATE LIMITED",
"flat": "Office no 703",
"premises": "Madhuban Building, 7th Floor",
"village": "New Delhi",
"block": "-",
"road": "Nehru Place",
"city": "New Delhi",
"state": "DELHI",
"pincode": "110019",
"district": "SOUTH"
}
],
"officialAddress": {
"flat": "Office no 703",
"premises": "Madhuban Building, 7th Floor",
"village": "New Delhi",
"block": "-",
"road": "Nehru Place",
"city": "New Delhi",
"state": "DELHI",
"pincode": "110019",
"district": "south ",
"email": "services@lappymaker.com",
"mobile": "93*****444"
},
"industry": [
{
"industry": "Manufacture of machinery and equipment n.e.c.",
"subSector": "Manufacture of office machinery and equipment",
"activityDescription": "Manufacture of office machinery and equipment",
"industryCode": "28",
"subSectorCode": "2817",
"nicCode": "28170",
"activity": "Manufacturing"
},
{
"industry": "Repair of computers and personal and household goods",
"subSector": "Repair of computers and peripheral equipment",
"activityDescription": "Repair and maintenance of computer and peripheral equipment",
"industryCode": "95",
"subSectorCode": "9511",
"nicCode": "95111",
"activity": "Services"
},
{
"industry": "Repair and installation of machinery and equipment",
"subSector": "Repair of other equipment",
"activityDescription": "Repair of other equipment",
"industryCode": "33",
"subSectorCode": "3319",
"nicCode": "33190",
"activity": "Manufacturing"
},
{