Get Error List
Sandbox API to get list of errors along with their description from E-Way bill server
Overview
This API takes in GSTIN and provides a list of errors thrown by the API.
Endpoint
HTTP Method | Resource |
---|---|
Get | /ewb/error-list |
Request
Follow the below guidelines to pass GSTIN in path parameters to call the API.
Headers
Param | Type | Description | Example |
---|---|---|---|
x-api-key | string | An API key is a public key to identify users when calling any Sandbox API. | key_live_ZUQT5UEf4...... |
Authorization | string | JWT Authorization token which is generated using E-Way Bill Authentication API. | eyJhsebihGyUf...... |
Once the values are added, Your curl will look something like this
curl --request GET \
--url https://api.sandbox.co.in/ewb/error-list \
--header 'Authorization: xxxxxxxxxx' \
--header 'accept: application/json' \
--header 'x-api-key: xxxxxxxxxx' \
--header 'x-api-version: 1.0'
Response
Param | Type | Description | Examples |
---|---|---|---|
errorCode | num | E-way bill Generated | 100 |
errorDesc | string | Vehicle No. | Invalid json |
Response Caching
Response caching is not available for this API. Learn more about our response caching mechanism here
Wallet Charges
Since Generate E-Way Bill is a Paid API, a wallet charge of INR 0.25 + GST will take place.
Versioning
This API is currently in major version 1.0. Refer to our versioning policies here
Updated 5 months ago