curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"fp": "042024",
"gstin": "29AAACQ3770E000"
}
},
"timestamp": 1763446641000,
"transaction_id": "50d9c8de-1b74-4de8-9d16-01892a5b1c84"
}Get the complete GSTR2A document for a return period for authenticated taxpayer
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"fp": "042024",
"gstin": "29AAACQ3770E000"
}
},
"timestamp": 1763446641000,
"transaction_id": "50d9c8de-1b74-4de8-9d16-01892a5b1c84"
}Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
Was this page helpful?