curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/b2ba/{year}/{month} \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'Get all amended B2B invoices in GSTR-2A for a return period for authenticated taxpayer
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/b2ba/{year}/{month} \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'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.
GST taxpayer access token. For token-generation steps, refer to the Generate Taxpayer Session recipe, then pass the token in the authorization header.
API key for identification
API version
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
optional Counter party GSTIN
"{{ctin}}"
Was this page helpful?