cURL
curl --request GET \ --url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignee/bills \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
200
200 EWBs fetched
{ "code": 200, "data": { "data": [ { "docDate": "01/05/2024", "docNo": "7001-20", "ewayBillDate": "03/05/2024 01:11:00 PM", "ewbNo": 261010077217, "fromGstin": "27AAACQ3770E004", "fromTradeName": "welton", "genGstin": "27AAACQ3770E004", "genMode": "API", "hsnCode": 1001, "hsnDesc": "Wheat", "rejectStatus": "N", "status": "ACT", "toGstin": "24AAACQ3770E003", "toTradeName": "sthuthya", "totInvValue": 59464.94 } ], "status": "1" }, "timestamp": 1763446641000, "transaction_id": "415f2cb7-73e0-4c9d-b603-ea8f2e1cee2d"}
Consignee can easily fetch E-Way Bills by generated date.
E-Way Bill access token
API key for identification
API version
E-Way bill generated date
"18/09/2024"
200 EWBs fetched / 325 Data not found / 366 Today's EWB cannot be fetched
Show child attributes
"01/05/2024"
"7001-20"
"03/05/2024 01:11:00 PM"
261010077217
"27AAACQ3770E004"
"welton"
"API"
1001
"Wheat"
"N"
"ACT"
"24AAACQ3770E003"
"sthuthya"
59464.94
[ { "docDate": "01/05/2024", "docNo": "7001-20", "ewayBillDate": "03/05/2024 01:11:00 PM", "ewbNo": 261010077217, "fromGstin": "27AAACQ3770E004", "fromTradeName": "welton", "genGstin": "27AAACQ3770E004", "genMode": "API", "hsnCode": 1001, "hsnDesc": "Wheat", "rejectStatus": "N", "status": "ACT", "toGstin": "24AAACQ3770E003", "toTradeName": "sthuthya", "totInvValue": 59464.94 }]
"325"
""
"1"
1763446641000
"415f2cb7-73e0-4c9d-b603-ea8f2e1cee2d"
Was this page helpful?