API Reference

E-Way Bill Authentication

To access the API, application should first authenticate using the credentials shared and get the access token issued. Same access token to be used to access subsequent APIs. Access token will be configured to expire after 360 minutes. On expiry, same authentication API needs to be invoked to get new Access Token issued.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

Important Links

Run in Postman

Body Params

Data Json containing the Credentials is encoded using Base64 and then encrypted using e-Waybill public Key

AttributesDescription
actiontype of action (ACCESSTOKEN)
usernameUsername of Tax payer as created on Ewaybill portal for API Integration (Tax payer will use the option Mainmenu->Registration->GSP to register under GSP OR Tax payer will use the option Mainmenu->Registration->API to register directly for API Interface)
passwordPassword of Tax payer as in Ewaybill portal for API
app_keyAny 32 character random unique id generated

string
required

Json containing the Credentials is encoded using Base64 and then encrypted using e-Waybill public Key
Sample JSON

{
  "action":"ACCESSTOKEN",
  "username":"nictexxst",
  "password":"abcdef",
  "app_key":"e1d65bgSeTrTatc7atLhKWyUbM/ekfbAWu2dFMfyNuYS+=="
}
Headers
string
required

GSTIN of the requesting Tax Payer

Responses

405

Method not allowed

500

Internal Server Error

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json