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 '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"
}

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"