post https://dextox.in/api/ekyc/GstByPan
Use this API to Fetch the GST details by PAN
Header Parameters
Name | Type | Description |
---|---|---|
Content-Type | String | Application/Json |
Accept | String | Application/Json |
X-Qro-ApiKey | String | Provided By Dextox |
X-Qro-UserId | String | Provided By Dextox |
Request Parameters
Param Name | Param Type | Is Mandatory | Description |
---|---|---|---|
pan | string | YES | PAN |
Sample Response
{
"statuscode": "TXN",
"status": "Result fetched",
"data": {
"gstinResList": [
{
"authStatus": "Active",
"stateCd": "08",
"state": "Rajasthan",
"gstin": "XXXXXXXXXXXXXX"
}
],
"count": 1
},
"timestamp": "06-06-2025 15:52:57"
}