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"
}Taxpayer access token
API key for identification
API version
Reference id received from Regenerate GSTR-2B API
"{{reference_id}}"
Was this page helpful?