Skip to main content
GET
/
gst
/
compliance
/
e-way-bill
/
consignee
/
bills
Get E-Way Bills By Date
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>'
{
  "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"
}

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

Query Parameters

generated_date
string
required

E-Way bill generated date

Example:

"18/09/2024"

Response

200 - application/json

200 EWBs fetched / 325 Data not found / 366 Today's EWB cannot be fetched

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"415f2cb7-73e0-4c9d-b603-ea8f2e1cee2d"