v1.0 API Now Live
The Ultimate API for
Business Intelligence.
Verify GST turnovers, extract RC details, and enrich personal data instantly. A single integration point for India's most critical data infrastructure.
POST /v1/gst-info HTTP/1.1
Host: api.shadoweye.in
X-Shadoweye-Api-Key: shdw_live_your_secret_key
Content-Type: application/json
{
"GST_Number": "07AABCU3721E1ZP"
}
curl -X POST https://api.shadoweye.in/v1/gst-info \
-H "Content-Type: application/json" \
-H "X-Shadoweye-Api-Key: shdw_live_your_secret_key" \
-d '{ "GST_Number": "07AABCU3721E1ZP" }'
{
"error": false,
"data": {
"business_constitution": "Private Limited Company",
"legal_name": "UNIFIERS SOCIAL VENTURES PRIVATE LIMITED",
"current_status": "Active",
"tax_payer_type": "Regular"
}
}