Get E-Way Bills by date and state
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/transporter/bills \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'
{
"code": 200,
"data": {
"data": [
{
"delPinCode": 560090,
"delPlace": "Beml Nagar",
"delStateCode": 29,
"docDate": "01/05/2024",
"docNo": "7001-11",
"ewbDate": "03/05/2024 12:27:00 PM",
"ewbNo": 221010077190,
"extendedTimes": 0,
"genGstin": "27AAACQ3770E004",
"rejectStatus": "N",
"status": "ACT",
"validUpto": "08/05/2024 11:59:00 PM"
}
],
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "7922b130-9e68-4949-af57-852280503a04"
}