curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/cdnura/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"error": {
"error_cd": "RET11416",
"message": "No document found in selected financial year. Either this document exists in a different financial year or the document number is incorrect."
},
"status_cd": "0"
},
"timestamp": 1763446641000,
"transaction_id": "9a4baaa8-0ac7-4a67-ae25-34aaca1f90b8"
}Get all amended credit/debit notes for a return period for unregistered user
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/cdnura/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"error": {
"error_cd": "RET11416",
"message": "No document found in selected financial year. Either this document exists in a different financial year or the document number is incorrect."
},
"status_cd": "0"
},
"timestamp": 1763446641000,
"transaction_id": "9a4baaa8-0ac7-4a67-ae25-34aaca1f90b8"
}Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
Was this page helpful?