curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/e-invoice/tax-payer/invoice/{irn}/e-way-bill \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'Fetch the E-Way Bill created by passing the invoice registration number (IRN).
curl --request GET \
--url https://api.sandbox.co.in/gst/compliance/e-invoice/tax-payer/invoice/{irn}/e-way-bill \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'E-Invoice access token. For token-generation steps, refer to the Generate E-Invoice Session recipe, then pass the token in the Authorization header.
Specifies the source to access, either primary (NIC 1) or secondary (NIC 2)
primary, secondary "primary"
Enables criss-cross operations by routing requests through the specified source (e.g., access primary via secondary if primary is unavailable)
primary, secondary "secondary"
API version
API key for identification
"86cb880253c20a314fcddeb966870db8f272472172faf59c745338014c8767b5"
Was this page helpful?