curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-3b/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{}'{
"code": 200,
"data": {
"data": {
"reference_id": "ab2b2eae-974d-40e2-a721-8c4987af92d0"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "a43cfcd6-9a48-4be9-82fd-0816070999db"
}Authenticated tax payer can save entire GSTR-3B by uploading json to GST portal
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-3b/{year}/{month} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{}'{
"code": 200,
"data": {
"data": {
"reference_id": "ab2b2eae-974d-40e2-a721-8c4987af92d0"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "a43cfcd6-9a48-4be9-82fd-0816070999db"
}Taxpayer access token
API version
API key for identification
Year e.g. 2020
"{{year}}"
Month e.g. 01
"{{month}}"
JSON raw body
Was this page helpful?