Skip to main content
GET
/
gst
/
compliance
/
e-way-bill
/
consignor
/
consolidated-bill
/
{consolidated_ewb_no}
Get Consolidated E-Way Bill
curl --request GET \
  --url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/consolidated-bill/{consolidated_ewb_no} \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
"code": 200,
"data": {
"data": {
"enteredDate": "13/05/2024 02:43:00 PM",
"fromPlace": "BANGALORE SOUTH",
"fromState": "29",
"status": "ACT",
"transDocDate": "12/10/2017",
"transDocNo": "1234",
"transMode": "1 ",
"tripSheetEwbBills": [
{
"docDate": "15/12/2017",
"docNo": "7001-2422",
"ewbDate": "13/05/2024 12:55:00 PM",
"ewbNo": 271010079654,
"fromGstin": "27AAACQ3770E004",
"fromTradeName": "welton",
"status": "ACT",
"toGstin": "24AAACQ3770E003",
"toTradeName": "sthuthya",
"totInvValue": 59465,
"userGstin": "27AAACQ3770E004",
"validUpto": "18/05/2024 11:59:00 PM"
},
{
"docDate": "15/12/2017",
"docNo": "7001-2423",
"ewbDate": "13/05/2024 12:55:00 PM",
"ewbNo": 241010079655,
"fromGstin": "27AAACQ3770E004",
"fromTradeName": "welton",
"status": "ACT",
"toGstin": "24AAACQ3770E003",
"toTradeName": "sthuthya",
"totInvValue": 59465,
"userGstin": "27AAACQ3770E004",
"validUpto": "18/05/2024 11:59:00 PM"
}
],
"tripSheetNo": 2210011690,
"userGstin": "27AAACQ3770E004",
"vehicleNo": "KA12AB1234"
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "20fab0bc-11df-460a-818b-9e9db60f1ff8"
}

Headers

Authorization
string
required

E-Way Bill access token

x-api-key
string
required

API key for identification

x-api-version
string
default:1.0.0

API version

Path Parameters

consolidated_ewb_no
string
required
Example:

"1710007848"

Response

200 - application/json

200 Consolidated EWB fetched / 325 Data not found

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"20fab0bc-11df-460a-818b-9e9db60f1ff8"