curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/public/gstin/search \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"gstin": "05ABNTY3290P8ZB"
}
'{
"code": 200,
"data": {
"data": {
"adadr": [],
"ctb": "Proprietorship",
"ctj": "RANGE-DED8",
"ctjCd": "YT0804",
"cxdt": "",
"dty": "Regular",
"einvoiceStatus": "No",
"gstin": "29AFSPB9500E1ZY",
"lgnm": "Vicky Pvt Ltd",
"lstupdt": "18/10/2019",
"nba": [
"Supplier of Services"
],
"pradr": {
"addr": {
"bnm": "Wellington New Place, Prestige Shantiniketan",
"bno": "26666, Block 77",
"dst": "Bengaluru Urban",
"flno": "Level 05",
"geocodelvl": "NA",
"landMark": "",
"lg": "",
"loc": "Bangalore",
"locality": "",
"lt": "",
"pncd": "560048",
"st": "Whitefield Main Road, Near ITPL",
"stcd": "Karnataka"
},
"ntr": "Supplier of Services"
},
"rgdt": "18/10/2019",
"stj": "LGSTO 036 - Bengaluru",
"stjCd": "KA119",
"sts": "Active",
"tradeNam": "Vicky Pvt Ltd"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "5248feb5-dd09-4f0d-9a42-14b34b849087"
}Verify GST-registered businesses by passing their GSTIN.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/public/gstin/search \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"gstin": "05ABNTY3290P8ZB"
}
'{
"code": 200,
"data": {
"data": {
"adadr": [],
"ctb": "Proprietorship",
"ctj": "RANGE-DED8",
"ctjCd": "YT0804",
"cxdt": "",
"dty": "Regular",
"einvoiceStatus": "No",
"gstin": "29AFSPB9500E1ZY",
"lgnm": "Vicky Pvt Ltd",
"lstupdt": "18/10/2019",
"nba": [
"Supplier of Services"
],
"pradr": {
"addr": {
"bnm": "Wellington New Place, Prestige Shantiniketan",
"bno": "26666, Block 77",
"dst": "Bengaluru Urban",
"flno": "Level 05",
"geocodelvl": "NA",
"landMark": "",
"lg": "",
"loc": "Bangalore",
"locality": "",
"lt": "",
"pncd": "560048",
"st": "Whitefield Main Road, Near ITPL",
"stcd": "Karnataka"
},
"ntr": "Supplier of Services"
},
"rgdt": "18/10/2019",
"stj": "LGSTO 036 - Bengaluru",
"stjCd": "KA119",
"sts": "Active",
"tradeNam": "Vicky Pvt Ltd"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "5248feb5-dd09-4f0d-9a42-14b34b849087"
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
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?