# EWAY

## EWAY

- [Introduction](https://docs.mastersindia.co/eway/introduction.md): Masters India provides e-Way Bills solution and API.
- [Environments](https://docs.mastersindia.co/eway/environments.md): Masters India Provides 2 environments for customers.
- [Authentication](https://docs.mastersindia.co/eway/authentication.md): This section showcases how the 2 types of Authentication mechanisms we support.
- [Access Tokens](https://docs.mastersindia.co/eway/authentication/access-tokens.md): This page shows how to get the authentication credentials using the access token and refresh token policies.
- [API KEY](https://docs.mastersindia.co/eway/authentication/api-key.md): This page showcases how you can use API Key as an authentication mechanism
- [Generate E-Way Bill](https://docs.mastersindia.co/eway/generate-e-way-bill.md): Generate E-way bill  API
- [Cancel E-Way Bill](https://docs.mastersindia.co/eway/cancel-e-way-bill.md): Cancel E-way bill  API
- [Update Part-B](https://docs.mastersindia.co/eway/update-part-b.md): Update part B API
- [Extend Validity of E-Way Bill](https://docs.mastersindia.co/eway/extend-validity-of-e-way-bill.md): Extend Validity of E-Way Bill API
- [Update Transporter](https://docs.mastersindia.co/eway/update-transporter.md): Update Transporter Id API
- [Reject E-Way Bill](https://docs.mastersindia.co/eway/reject-e-way-bill.md): Reject E-Way Bill API
- [Generate Consolidate E-Way Bill](https://docs.mastersindia.co/eway/generate-consolidate-e-way-bill.md): Generate Consolidate E Way Bill API
- [Regenerate Consolidate E-Way Bill](https://docs.mastersindia.co/eway/regenerate-consolidate-e-way-bill.md): Regenerate Consolidate E Way Bill API
- [Initiate Multi Vehicle](https://docs.mastersindia.co/eway/initiate-multi-vehicle.md): Initiate Multi Vehicle API
- [Add Multi Vehicles](https://docs.mastersindia.co/eway/add-multi-vehicles.md): Add Multi Vehicles API
- [Change Multi Vehicles](https://docs.mastersindia.co/eway/change-multi-vehicles.md): Add Multi Vehicles API
- [Return Status (Blocked and Unblocked)](https://docs.mastersindia.co/eway/return-status-blocked-and-unblocked.md): Blocked and Unblocked API
- [Generate E-Way Bill In Bulk](https://docs.mastersindia.co/eway/generate-e-way-bill-in-bulk.md): Blocked and Unblocked API
- [Get E-Way Bill in Bulk](https://docs.mastersindia.co/eway/get-e-way-bill-in-bulk.md): Get E-Way Bill in Bulk API
- [Generate E-Way Request in Bulk](https://docs.mastersindia.co/eway/generate-e-way-request-in-bulk.md): Generate E-Way Request in Bulk API
- [Get E-Way Response in Bulk](https://docs.mastersindia.co/eway/get-e-way-response-in-bulk.md): Get E-Way Response in Bulk API
- [Get E Way Bill Details](https://docs.mastersindia.co/eway/get-e-way-bill-details.md): This method provides the e-way bill details for a given e-way bill number.
- [Get Other Party EWB](https://docs.mastersindia.co/eway/get-other-party-ewb.md): This method provides the list of E-way bills generated by other parties on your GSTIN. This can be used for rejecting the e-way bill, if required.
- [Get Consolidated EWB](https://docs.mastersindia.co/eway/get-consolidated-ewb.md): This method provides the Consolidated E-way bill details for a given E-way bill number.
- [Get GSTIN Details](https://docs.mastersindia.co/eway/get-gstin-details.md): This method provides the tax payer and registered transporter’s details for a given GSTIN number.
- [Get Transporter Details](https://docs.mastersindia.co/eway/get-transporter-details.md): This method provides the enrolled (unregistered) transporter details for a given Transporter Transin .
- [GET HSN Details](https://docs.mastersindia.co/eway/get-hsn-details.md): This method provides the HSN description details for a given HSN Code.
- [Get EWB By Consignor](https://docs.mastersindia.co/eway/get-ewb-by-consignor.md): This method provides the e-way bill details for a Document Type and Document number.
- [Get EWB By Date](https://docs.mastersindia.co/eway/get-ewb-by-date.md): This method provides the list e-way bill details for a generated date.
- [Get EwayBills Rejected By Others](https://docs.mastersindia.co/eway/get-ewaybills-rejected-by-others.md): This method provides the list e-way bills rejected by other party by date.
- [Get EWB By Transporter 1](https://docs.mastersindia.co/eway/get-ewb-by-transporter-1.md): This method provides the list of E-way bills assigned to requesting GSTIN/TRANSIN for transportation based on generated date and state code of the generator of the E-waybill.
- [Get EWB By Transporter 2](https://docs.mastersindia.co/eway/get-ewb-by-transporter-2.md): This method provides the list of eway bills assigned to requesting GSTIN/TRANSIN for a transportation of goods by his clients in his state, based on generated date.
- [Get EWB By Transporter 3](https://docs.mastersindia.co/eway/get-ewb-by-transporter-3.md): This method provides the list of E-way bills assigned to requesting GSTIN/TRANSIN for transportation by a given GSTIN, based on generated date.
- [Get EWB By Transporter 4](https://docs.mastersindia.co/eway/get-ewb-by-transporter-4.md): This method provides the list of E-way bills assigned to GSTIN/TRANSIN for transportation based on date of assignment of the E-waybill and state code


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mastersindia.co/eway/introduction.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
