curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/tds/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"error": {
"error_cd": "RET13509",
"message": "No document found for the provided Inputs"
},
"status_cd": "0"
},
"timestamp": 1763446641000,
"transaction_id": "bbe3e10a-8cf7-452b-ac22-d3814375efd2"
}Get invoices in GSTR2A related to TDS credit for a return period for authenticated taxpayer
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/tds/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"error": {
"error_cd": "RET13509",
"message": "No document found for the provided Inputs"
},
"status_cd": "0"
},
"timestamp": 1763446641000,
"transaction_id": "bbe3e10a-8cf7-452b-ac22-d3814375efd2"
}Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
Was this page helpful?