cURL
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>'
200
200 HSN details fetched
{ "code": 200, "data": { "data": { "hsnCode": "1001", "hsnDesc": "WHEAT AND MESLIN - Durum wheat :" } }, "timestamp": 1763446641000, "transaction_id": "80a2b38f-7b5f-415e-afc1-8795d7049a68"}
With this API, you can pass the HSN/SAC code and get information for goods and services.
E-Way Bill access token
API key for identification
API version
HSN/SAC code
"997212"
200 HSN details fetched / 216 Invalid HSN Code
Show child attributes
"1001"
"WHEAT AND MESLIN - Durum wheat :"
"216"
""
"0"
1763446641000
"80a2b38f-7b5f-415e-afc1-8795d7049a68"
Was this page helpful?