GST APIS
GST Basic Auth
Verification endpoint — GST Basic Auth. Reference documentation from the QRX Postman collection. No live API calls are made from this page.
Reference only — this page does not call live APIs.
POST
/api/qrx/gst_basic_auth
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| gstin | 27ABCTY1234D1Z5 |
Sample success response
{
"status": true,
"status_key": "SUCCESS",
"status_code": 200,
"message": "Fetched successfully",
"data": {
"taxpayerDetails": {
"ntcrbs": "SPO",
"adhrVFlag": "Yes",
"lgnm": "RAJ KUXXR",
"stj": "State - HaryXXa,Range - Faridabad,District - Faridabad (West),Ward - Faridabad (West) Ward 5",
"dty": "Regular",
"cxdt": "",
"gstin": "06ATWPKXXXXK1Z3",
"nba": [
"Supplier of Services",
"Wholesale Business",
"Retail Business",
"Works Contract"
],
"ekycVFlag": "Not Applicable",
"cmpRt": "NA",
"rgdt": "01/08/2018",
"ctb": "Proprietorship",
"pradr": {
"adr": "H NO 57X-A, NANGLA ENCLAVE, PART-II, NIT FARIDABAD, Faridabad, HaryXXa, 121005"
},
"sts": "Active",
"tradeNam": "BALLE TEXXO",
"isFieldVisitConducted": "No",
"ctj": "State - CBIC,Zone - PANCHKULA,Commissionerate - FARIDABAD,Division - FARIDABAD WEST,Range - RANGE -10 (Jurisdictional Office)",
"einvoiceStatus": "No"
},
"taxpayerReturnDetails": {
"filingStatus": [
{
"fy": "2025-2026",
"taxp": "January",
"mof": "ONLINE",
"dof": "03/02/2026",
"rtntype": "GSTR1",
"arn": "NA",
"status": "Filed"
},
{
"fy": "2024-2025",
"taxp": "June",
"mof": "ONLINE",
"dof": "15/07/2024",
"rtntype": "GSTR3B",
"arn": "NA",
"status": "Filed"
}
],
"array_length": 1
},
"goods_service": {
"bzgddtls": [],
"bzsdtls": [
{
"saccd": "996511",
"sdes": "Road transport services of Goods including letters, parcels, live animals, household and office furniture, containers and the like by refrigerator vehicles, trucks, trailers, man or animal drawn vehicles or any other vehicles"
},
{
"saccd": "996519",
"sdes": "Other land transport services of goods nowhere else classified"
}
]
}
}
}