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"
}With this API, you can pass the HSN/SAC code and get information for goods and services.
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"
}E-Way Bill access token
API key for identification
API version
HSN/SAC code
"997212"
Was this page helpful?