Get Error List

Sandbox API to get list of errors along with their description from E-Way bill server

Pricing Documentation

Overview

This API takes in GSTIN and provides a list of errors thrown by the API.

Endpoint

HTTP MethodResource
Get/ewb/error-list

API Endpoint Contact Us  Free Trial

Request

Follow the below guidelines to pass GSTIN in path parameters to call the API.

Headers

ParamTypeDescriptionExample
x-api-keystringAn API key is a public key to identify users when calling any Sandbox API.key_live_ZUQT5UEf4......
AuthorizationstringJWT 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

ParamTypeDescriptionExamples
errorCodenumE-way bill Generated100
errorDescstringVehicle 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