curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/b2b/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'Get all B2B invoices for a return period for authenticated taxpayer
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-1/b2b/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'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 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.
"{{action_required}}"
From Date (DD/MM/YYYY)
"{{from}}"
optional Counter party GSTIN
"{{gstin}}"
Was this page helpful?