Skip to main content
GET
Get E-Way Bills By Date

Response schema

For successful responses, this reference describes the NIC E-Way Bill payload at data.data.

View JSON schema

Headers

authorization
string
required

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.

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:

"21/02/2025"

rejected
string

Pass true to get rejected E-Way Bills

Example:

"true"

Response

200 - application/json

200 EWBs fetched / 418 No data found / 200 Rejected EWBs fetched / 200 Cancelled and rejected EWBs fetched / Option not enabled in EWB 2

An E-Way Bill success or NIC business-failure response. Both variants use HTTP 200.

code
enum<integer>
required

NIC response code.

Available options:
200
timestamp
integer<int64>
required

Unix timestamp.

transaction_id
string
required

Request transaction identifier.

data
object
required