curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices/count \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"all_oth": {
"b2b": {
"accept": 1,
"noaction": 11,
"pending": 0,
"reject": 0
},
"b2ba": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"b2bcn": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"b2bcna": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"b2bdn": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"b2bdna": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"ecom": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"ecoma": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"ttl_cnt": 12
}
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "07457fe3-fb26-4e02-bfdb-5a396c80ffea000"
}Fetch the count of documents for different sections with their respective status in real time.
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/invoices/count \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"data": {
"data": {
"all_oth": {
"b2b": {
"accept": 1,
"noaction": 11,
"pending": 0,
"reject": 0
},
"b2ba": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"b2bcn": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"b2bcna": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"b2bdn": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"b2bdna": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"ecom": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"ecoma": {
"accept": 0,
"noaction": 0,
"pending": 0,
"reject": 0
},
"ttl_cnt": 12
}
},
"status_cd": "1"
},
"timestamp": 1763446641000,
"transaction_id": "07457fe3-fb26-4e02-bfdb-5a396c80ffea000"
}Taxpayer access token
API version
API key for identification
Type of goods. E.g. imports, inward_supplies, others
"{{type_of_goods}}"
200 Success
200
Show child attributes
Show child attributes
Show child attributes
12
"1"
1763446641000
"07457fe3-fb26-4e02-bfdb-5a396c80ffea000"
Was this page helpful?