curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/{year}/{month}/status \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"action": "RESET",
"form_typ": "R1",
"status_cd": "P"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "c34bd5f1-d986-46fd-be85-457587ffda0e"
}Get GST Return status after saving return. Returns any errors and info in the return saved.
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/{year}/{month}/status \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"action": "RESET",
"form_typ": "R1",
"status_cd": "P"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "c34bd5f1-d986-46fd-be85-457587ffda0e"
}Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Year e.g. 2020
"{{month}}"
required Reference ID
"{{reference_id}}"
200 GSTR-1 save processed / 200 GSTR-1 save processed with error / 200 GSTR-1 reset processed / 200 GSTR-3B save processed / 200 GSTR-9 save processed / 200 GSTR-9 save processed with error / RET191350 HSN code is not valid as per AATO / RET191353 The UQC entered is not valid / RET191355 The Quantity entered is not valid / RET191175 Enter GST rate as per the rate list / RET191106 Error in JSON structure / RET191251 RESET is under process / 200 Reset Request Received
Was this page helpful?