Skip to main content
GET
/
gst
/
compliance
/
e-way-bill
/
tax-payer
/
hsn
Get HSN Details
curl --request GET \
  --url https://api.sandbox.co.in/gst/compliance/e-way-bill/tax-payer/hsn \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
"code": 200,
"data": {
"data": {
"hsnCode": "1001",
"hsnDesc": "WHEAT AND MESLIN - Durum wheat :"
}
},
"timestamp": 1763446641000,
"transaction_id": "80a2b38f-7b5f-415e-afc1-8795d7049a68"
}

Headers

Authorization
string
required

E-Way Bill access token

x-api-key
string
required

API key for identification

x-api-version
string
default:1.0.0

API version

Query Parameters

hsn_code
string
required

HSN/SAC code

Example:

"997212"

Response

200 - application/json

200 HSN details fetched / 216 Invalid HSN Code

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"80a2b38f-7b5f-415e-afc1-8795d7049a68"