curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/cdnra/{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": "f8acba44-7012-4f6e-9427-3b27a8f3fef9"
}Get all amended credit/debit notes for a return period for registered user
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/cdnra/{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": "f8acba44-7012-4f6e-9427-3b27a8f3fef9"
}Taxpayer access token
API key for identification
API version
""
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
optional Status filter for filtering the invoices. Possible values: Y or N. Status filter for filtering the invoices. Use filter value Y to fetches the invoices where tax payer need to take action. Already accepted or uploaded invoices can be fetched by using filter value N.
"{{action_required}}"
From Date (DD/MM/YYYY)
"{{from}}"
Was this page helpful?