API Reference

Gst By Pan

Use this API to Fetch the GST details by PAN

Header Parameters

NameTypeDescription
Content-TypeStringApplication/Json
AcceptStringApplication/Json
X-Qro-ApiKeyStringProvided By Dextox
X-Qro-UserIdStringProvided By Dextox

Request Parameters

Param NameParam TypeIs MandatoryDescription
panstringYESPAN

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"
}
Language
Click Try It! to start a request and see the response here!