curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/exp/{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": "982c98a8-8106-4be6-b522-a733cb584253"
}Get 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/exp/{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": "982c98a8-8106-4be6-b522-a733cb584253"
}Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
"{{month}}"
Was this page helpful?