EWAY
  • Introduction
  • Environments
  • Authentication
    • Access Tokens
    • API KEY
  • Generate E-Way Bill
  • Cancel E-Way Bill
  • Update Part-B
  • Extend Validity of E-Way Bill
  • Update Transporter
  • Reject E-Way Bill
  • Generate Consolidate E-Way Bill
  • Regenerate Consolidate E-Way Bill
  • Initiate Multi Vehicle
  • Add Multi Vehicles
  • Change Multi Vehicles
  • Return Status (Blocked and Unblocked)
  • Generate E-Way Bill In Bulk
  • Get E-Way Bill in Bulk
  • Generate E-Way Request in Bulk
  • Get E-Way Response in Bulk
  • Get E Way Bill Details
  • Get Other Party EWB
  • Get Consolidated EWB
  • Get GSTIN Details
  • Get Transporter Details
  • GET HSN Details
  • Get EWB By Consignor
  • Get EWB By Date
  • Get EwayBills Rejected By Others
  • Get EWB By Transporter 1
  • Get EWB By Transporter 2
  • Get EWB By Transporter 3
  • Get EWB By Transporter 4
Powered by GitBook
On this page
  • Authentication Header
  • Access Token
  • API Key

Authentication

This section showcases how the 2 types of Authentication mechanisms we support.

PreviousEnvironmentsNextAccess Tokens

Last updated 1 year ago

Authentication Header

Access Token

If you have chosen the access token approach then for authentication to work you will need to pass the token in request headers in the following manner

Paramater
Value
Description

Authorization

JWT <access_token>

JWT remains constant following by a space and then the access token received from the associated API

API Key

If you have chosen the API key approach then for authentication to work you will need to pass the token in request headers in the following manner

Paramater
Value
Description

api_key

<api_key>

Pass the API key generated from the UI as is in the header

Access Tokens
API KEY