Get E-Way Bill By Document Data
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/bill \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'
{
"code": 200,
"data": {
"data": {
"alert": null,
"ewayBillDate": "13/05/2024 12:50:00 PM",
"ewayBillNo": 231010079649,
"validUpto": "18/05/2024 23:59:59 "
},
"status": "1"
},
"timestamp": 1763446641000,
"transaction_id": "1b6b96a2-1f93-4e29-b1af-2841824c1ffe"
}