Skip to main content
POST
/
gst
/
compliance
/
public
/
gstin
/
search
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.

Headers

authorization
string
required

JWT access token

x-accept-cache
boolean

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.

x-api-key
string
required

API key for identification

x-api-version
string
default:1.0.0

API version

Body

application/json
gstin
string
required

GSTIN of the taxpayer

Response

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

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"b14e175f-a03a-4e61-8cf1-1853a12bbc21"