Skip to main content
GET
/
gst
/
compliance
/
e-way-bill
/
consignor
/
bill
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"
}

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

document_type
string
required

Document type. Possible values: INV

Example:

"INV"

document_number
string
required

Document number

Example:

"EWB-00001"

Response

200 - application/json

200 EWB fetched / 418 No data found

code
number
Example:

200

data
object
timestamp
number
Example:

1763446641000

transaction_id
string
Example:

"1b6b96a2-1f93-4e29-b1af-2841824c1ffe"