curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-3b/{year}/{month}/auto-liability-calc \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'Get auto-calculated liability details for GSTR-3B return for the authenticated taxpayer.
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-3b/{year}/{month}/auto-liability-calc \
--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}}"
Was this page helpful?