curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/txp/{year}/{month} \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-version: <x-api-version>'{
"code": 200,
"timestamp": 1769775550990,
"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": "cd59f2bb-35d8-4075-8279-37cd74220878"
}Get tax payer details for a return period for authenticated taxpayer
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/txp/{year}/{month} \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-version: <x-api-version>'{
"code": 200,
"timestamp": 1769775550990,
"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": "cd59f2bb-35d8-4075-8279-37cd74220878"
}Public key required to authorize API access.
optional Counter party GSTIN
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.
optional From Date (DD/MM/YYYY)
Was this page helpful?