curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2b/regenerate \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"err_cd": "",
"err_msg": "",
"status_cd": "P"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "a09371de-fc91-466b-80fd-d85430583ee2"
}Get status of the GSTR-2B regeneration.
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2b/regenerate \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"err_cd": "",
"err_msg": "",
"status_cd": "P"
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "a09371de-fc91-466b-80fd-d85430583ee2"
}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
Reference id received from Regenerate GSTR-2B API
"{{reference_id}}"
Was this page helpful?