Endpoint Version: 1.0.0 | Cost: ₹3.00 per call
Validate Goods and Services Tax Identification Number (GSTIN) profile details.
| Header Name | Value / Type | Description |
|---|---|---|
| Content-Type | string |
application/json |
| X-API-Key | string |
your_api_key |
| Parameter Name | Required Type | Constraint |
|---|---|---|
| gstin | string |
15-character GSTIN format |
| Header | Sample Value |
|---|---|
| Content-Type | application/json; charset=utf-8 |
| X-Execution-Time-Ms | 45.82 ms |
| Error Code | Description / Scenario |
|---|---|
| INVALID_GSTIN | The GSTIN entered is invalid. |
{
"status": "success",
"data": {
"gstin": "27AAACG1234F1Z5",
"legal_name": "API ZONE ENTERPRISES PRIVATE LIMITED",
"trade_name": "API ZONE",
"status": "Active",
"taxpayer_type": "Regular"
}
}
{
"status": "error",
"message": "Invalid GSTIN"
}