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>'Get E-Way Bill by passing document type and document number.
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>'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
Document type. Possible values: INV
"INV"
Document number
"EWB-00001"
Was this page helpful?