API Reference

GST Details

Use this API to Fetch the Gst details of Given Gst number.

Header Parameters

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

Request Parameters

Param NameParam TypeIs MandatoryDescription
gstinstringyesGST Number

Sample Request

{"gstin":"08XXXXXXXXXXXX"}

Sample Response

{
    "statuscode": "TXN",
    "status": "Result fetched",
    "data": {
        "goods_service": {
            "bzsdtls": [
                {
                    "saccd": "XXXXX",
                    "sdes": "Software downloads"
                },
                {
                    "saccd": "XXXXX",
                    "sdes": "Licensing services for the right to use computer software and databases"
                },
                {
                    "saccd": "XXXX",
                    "sdes": "Information technology consulting and support services"
                },
                {
                    "saccd": "XXXX",
                    "sdes": "Information technology design and development services"
                },
                {
                    "saccd": "XXXXX",
                    "sdes": "Other professional, technical and business services"
                }
            ]
        },
        "taxpayerDetails": {
            "ntcrbs": "SPO",
            "contacted": {
                "name": "XXXXXXXX",
                "mobNum": 9999999999,
                "email": "[email protected]"
            },
            "adhrVFlag": "Yes",
            "lgnm": "XXXXXX",
            "gstin": "08XXXXXXXXXX",
            "gtiFY": "",
            "ekycVFlag": "Not Applicable",
            "cmpRt": "NA",
            "ctb": "Private Limited Company",
            "tradeNam": "NA",
            "isFieldVisitConducted": "No",
            "adhrVdt": "XX/XX/XXXX",
            "ctj": "",
            "percentTaxInCash": "NA",
            "compDetl": true,
            "gti": "NA",
            "mandatedeInvoice": "NA",
            "aggreTurnOverFY": "",
            "stj": "",
            "dty": "Regular",
            "aggreTurnOver": "NA",
            "cxdt": "",
            "nba": [
                "Supplier of Services"
            ],
            "rgdt": "XX/XX/XXXX",
            "sts": "Active",
            "percentTaxInCashFY": "",
            "einvoiceStatus": "No",
            "mbr": [
                "XXXX ",
                "XXXX"
            ]
        },
        "taxpayerReturnDetails": {
            "filingStatus": []
        },
        "business_places": {
            "pradr": {
                "lastUpdatedDate": "NA",
                "mb": 9999999999,
                "em": "[email protected]",
                "addr": "NA",
                "ntr": "Supplier of Services",
                "adr": ""
            },
            "adadr": [],
            "compDetl": false
        }
    },
    "timestamp": "02-05-2025 13:00:34"
}
Language
Click Try It! to start a request and see the response here!