curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/bills \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'Get E-Way Bills by generated date. Additionally, pass true in the rejected filter to fetch rejected E-Way Bills by generated date.
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/consignor/bills \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'E-Way Bill access token. For token-generation steps, refer to the Generate E-Way Bill Session recipe, then pass the token in the Authorization header.
API key for identification
API version
E-Way bill generated date
"21/02/2025"
Pass true to get rejected E-Way Bills
"true"
200 EWBs fetched / 418 No data found / 200 Rejected EWBs fetched / 200 Cancelled and rejected EWBs fetched / Option not enabled in EWB 2
Was this page helpful?