curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/public/gstin/search \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"gstin": "05ABNTY3290P8ZB"
}
'{
"code": 200,
"data": {
"data": {
"adadr": [],
"ctb": "Partnership",
"ctj": "JUBILEE HILLS - I",
"ctjCd": "YN0703",
"cxdt": "26/06/2023",
"dty": "Regular",
"einvoiceStatus": "No",
"gstin": "36AEOFS9999J1ZI",
"lgnm": "ACCOUNTS CONSULTANCY",
"lstupdt": "17/09/2023",
"nba": [
"Supplier of Services"
],
"pradr": {
"addr": {
"bnm": "",
"bno": "FLAT 999, PLOT NO 3-123, ROAD NO 47",
"dst": "Hyderabad",
"flno": "NEAR YSR STATUE, 100 FEET ROAD",
"geocodelvl": "NA",
"landMark": "",
"lg": "",
"loc": "MADHAPUR",
"locality": "",
"lt": "",
"pncd": "500081",
"st": "FINANCE SOCIETY",
"stcd": "Telangana"
},
"ntr": "Supplier of Services"
},
"rgdt": "18/11/2021",
"stj": "MADHAPUR N 1",
"stjCd": "TGC022",
"sts": "Cancelled",
"tradeNam": "ACCOUNTS CONSULTANCY"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "f1b79b82-fdac-43e2-bd78-2324429b7dd4"
}Verify GST-registered businesses by passing their GSTIN.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/public/gstin/search \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"gstin": "05ABNTY3290P8ZB"
}
'{
"code": 200,
"data": {
"data": {
"adadr": [],
"ctb": "Partnership",
"ctj": "JUBILEE HILLS - I",
"ctjCd": "YN0703",
"cxdt": "26/06/2023",
"dty": "Regular",
"einvoiceStatus": "No",
"gstin": "36AEOFS9999J1ZI",
"lgnm": "ACCOUNTS CONSULTANCY",
"lstupdt": "17/09/2023",
"nba": [
"Supplier of Services"
],
"pradr": {
"addr": {
"bnm": "",
"bno": "FLAT 999, PLOT NO 3-123, ROAD NO 47",
"dst": "Hyderabad",
"flno": "NEAR YSR STATUE, 100 FEET ROAD",
"geocodelvl": "NA",
"landMark": "",
"lg": "",
"loc": "MADHAPUR",
"locality": "",
"lt": "",
"pncd": "500081",
"st": "FINANCE SOCIETY",
"stcd": "Telangana"
},
"ntr": "Supplier of Services"
},
"rgdt": "18/11/2021",
"stj": "MADHAPUR N 1",
"stjCd": "TGC022",
"sts": "Cancelled",
"tradeNam": "ACCOUNTS CONSULTANCY"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "f1b79b82-fdac-43e2-bd78-2324429b7dd4"
}JWT access token
Pass true to accept the cached response. If the header is not passed, or if false is sent as the value, the request will hit the origin.
API key for identification
API version
GSTIN of the taxpayer
200 Success / 200 Success / 200 SEZ / 200 ISD / 200 Multiple additional addresses of business / 200 Cancelled GSTIN / 200 Public Limited Company / 200 Public Sector Bank / FO8000 No records found / 200 NRI GSTIN
Was this page helpful?