Skip to main content
GET
/
gst
/
compliance
/
tax-payer
/
gstrs
/
gstr-1
/
nil
/
{year}
/
{month}
Get GSTR-1 NIL Supplies
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>'
{
"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"
}

Headers

Authorization
string
required

Taxpayer access token

x-api-key
string
required

API key for identification

x-api-version
string
default:1.0.0

API version

Path Parameters

year
string
required
Example:

"{{year}}"

month
string
required
Example:

"{{month}}"

Response

200 - application/json

200 Success / RET11416 No data found

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"a02aed92-79bc-4711-a549-34e288630fb9"