curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices/{year}/{month}/sales \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-version: <x-api-version>'{
"code": 200,
"timestamp": 1769775829713,
"data": {
"status_cd": "0",
"error": {
"message": "No document found in selected financial year. Either this document exists in a different financial year or the document number is incorrect.",
"error_cd": "RET11416"
}
},
"transaction_id": "4a196407-84f7-4957-a1f3-ddcc917995c0"
}Retrieve sales invoices for a specific return period with recipient action statuses in IMS Supplier View.
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices/{year}/{month}/sales \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-version: <x-api-version>'{
"code": 200,
"timestamp": 1769775829713,
"data": {
"status_cd": "0",
"error": {
"message": "No document found in selected financial year. Either this document exists in a different financial year or the document number is incorrect.",
"error_cd": "RET11416"
}
},
"transaction_id": "4a196407-84f7-4957-a1f3-ddcc917995c0"
}Public key required to authorize API access.
Was this page helpful?