Skip to main content
POST
/
gst
/
compliance
/
e-invoice
/
tax-payer
/
gstin
/
search
Search GSTIN Details
curl --request POST \
  --url https://api.sandbox.co.in/gst/compliance/e-invoice/tax-payer/gstin/search \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "gstin": "29AAACQ3770E000"
}
'
{ "code": 200, "data": { "Data": { "AddrBnm": null, "AddrBno": null, "AddrFlno": null, "AddrLoc": null, "AddrPncd": 560009, "AddrSt": null, "BlkStatus": "U", "DtDReg": null, "DtReg": null, "Gstin": "29AAACQ3770E000", "LegalName": "Acme Industries Private Limited", "StateCode": 0, "Status": "ACT", "TradeName": null, "TxpType": "REG" }, "ErrorDetails": null, "InfoDtls": null, "Status": 1 }, "timestamp": 1763446641000, "transaction_id": "7e7d3212-4a44-4c75-8a2a-39b34d4a826f" }

Request body schema

View request body schema

Headers

Authorization
string
required

E-Invoice access token. For token-generation steps, refer to the Generate E-Invoice Session recipe, then pass the token in the Authorization header.

x-api-version
string
default:1.0.0

API version

x-api-key
string
required

API key for identification

Body

application/json
gstin
string
required

GSTIN of the taxpayer

Response

200 - application/json

200 GSTIN details fetched / 3001 Data not available

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"7e7d3212-4a44-4c75-8a2a-39b34d4a826f"