curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/expa/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"error": {
"error_cd": "RET11417",
"message": "No document found in selected financial year. Either this document exists in a different financial year or the document number might have been amended earlier. Search with latest amended document."
},
"status_cd": "0"
},
"timestamp": 1763446641000,
"transaction_id": "4c09eb5f-9245-4217-b0e0-fd4417139be0"
}Get amended invoices related to supplies exported for a return period for authenticated taxpayer
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/expa/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"error": {
"error_cd": "RET11417",
"message": "No document found in selected financial year. Either this document exists in a different financial year or the document number might have been amended earlier. Search with latest amended document."
},
"status_cd": "0"
},
"timestamp": 1763446641000,
"transaction_id": "4c09eb5f-9245-4217-b0e0-fd4417139be0"
}Taxpayer access token
API version
API key for identification
Was this page helpful?