curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/impgsez/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"error": {
"error_cd": "RET13510",
"message": "No Record found for the provided Inputs"
},
"status_cd": "0"
},
"timestamp": 1763446641000,
"transaction_id": "93bf82a7-5e2b-410b-9ebf-9c2009fbfcf5"
}Get all amended credit/debit notes in GSTR-2A for a return period for authenticated taxpayer
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/impgsez/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"error": {
"error_cd": "RET13510",
"message": "No Record found for the provided Inputs"
},
"status_cd": "0"
},
"timestamp": 1763446641000,
"transaction_id": "93bf82a7-5e2b-410b-9ebf-9c2009fbfcf5"
}Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
Filter to fetch data from specified date. E.g., 28/01/2025
"10/12/2021"
Was this page helpful?