cURL
curl --request GET \ --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/nil/{year}/{month} \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
200
200 Success
{ "code": 200, "data": { "data": { "nil": { "chksum": "7abd70a3e2619d3db9450047042ee428c81d7ee570060b545eb1fb2e484ca6aa", "flag": "N", "inv": [ { "expt_amt": 0, "ngsup_amt": 0, "nil_amt": 0, "sply_ty": "INTRAB2B" }, { "expt_amt": 0, "ngsup_amt": 0, "nil_amt": 0, "sply_ty": "INTRAB2C" }, { "expt_amt": 0, "ngsup_amt": 0, "nil_amt": 0, "sply_ty": "INTRB2B" }, { "expt_amt": 0, "ngsup_amt": 0, "nil_amt": 0, "sply_ty": "INTRB2C" } ] } }, "status_cd": "1" }, "timestamp": 1763446641000, "transaction_id": "a02aed92-79bc-4711-a549-34e288630fb9"}
Get liabilities such as ‘Nil Rated’, ‘Exempted’, and ‘Non GST’ supplies for a return period.
Taxpayer access token
API key for identification
API version
"{{year}}"
"{{month}}"
200 Success / RET11416 No data found
Show child attributes
"7abd70a3e2619d3db9450047042ee428c81d7ee570060b545eb1fb2e484ca6aa"
"N"
0
"INTRAB2B"
[ { "expt_amt": 0, "ngsup_amt": 0, "nil_amt": 0, "sply_ty": "INTRAB2B" }, { "expt_amt": 0, "ngsup_amt": 0, "nil_amt": 0, "sply_ty": "INTRAB2C" }, { "expt_amt": 0, "ngsup_amt": 0, "nil_amt": 0, "sply_ty": "INTRB2B" }, { "expt_amt": 0, "ngsup_amt": 0, "nil_amt": 0, "sply_ty": "INTRB2C" }]
"RET11416"
"No document found in selected financial year. Either this document exists in a different financial year or the document number is incorrect."
"1"
1763446641000
"a02aed92-79bc-4711-a549-34e288630fb9"
Was this page helpful?