Download E-waybills by Others
This API can be used to pull the details of the E-way bills generated by 3rd party against your GSTIN.
Date Range Limitations
The API can pull data up to the current date minus one. The API is restricted by the government to pull just three days of data excluding the current date.
Request URL
Request Headers
PARAMETER | TYPE | DESCRIPTION |
---|---|---|
X-Cleartax-Auth-Token | String | Mandatory. The auth token generated from ClearTax user id and password. Know how. |
gstin | String | Mandatory. GSTIN number for the user |
Request Body
PARAMETER | TYPE | FIELD VALIDATIONS | DESCRIPTION |
---|---|---|---|
from_date | String | The minimum date can be up to three days before the current date (excluded). | Mandatory. The start date for the documents to be downloaded. |
till_date | String | The maximum date can be current date minus one. | Mandatory. The end date for the documents to be downloaded. |
Sample Request
Sample Response
This API triggers download activity asynchronously. Make a note of the workflow_id
to track the status of the downloaded E-Waybills later by calling the Get E-Waybill Download Status API.
Last updated