curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/txpa/{year}/{month} \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-version: <x-api-version>'{
"code": 123,
"timestamp": 123,
"data": {
"status_cd": "<string>",
"error": {
"message": "<string>",
"error_cd": "<string>"
}
},
"transaction_id": "<string>"
}Get tax payer amendment details for a return period for authenticated taxpayer
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/txpa/{year}/{month} \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-version: <x-api-version>'{
"code": 123,
"timestamp": 123,
"data": {
"status_cd": "<string>",
"error": {
"message": "<string>",
"error_cd": "<string>"
}
},
"transaction_id": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
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?