cURL
curl --request POST \ --url https://api.sandbox.co.in/gst/compliance/e-way-bill/tax-payer/authenticate \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "username": "ACME_IND_API_QCK", "password": "QnVzaW5lc3NfQVBJX1FDSw", "gstin": "29AAACQ3770E000" } '
200
108 Invalid login credentials
{ "code": 200, "data": { "error": { "errorCodes": "108" }, "info": "", "status": "0" }, "timestamp": 1763446641000, "transaction_id": "ca515f62-749d-4037-b4cc-adca5db77cd7" }
E-Way Bill Authentication
JWT access token
Source. Possible Values: primary, secondary or tertiary
"primary"
API key for identification
API version
API username of taxpayer as set on E-Way Bill portal
API password of taxpayer as set on E-Way Bill portal
GSTIN of the taxpayer
200 Authenticated / 108 Invalid login credentials
Show child attributes
1763446641000
"2ab9923e-f844-4b6c-8fc7-0bcc767bafc7"
Was this page helpful?