curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/tax-payer/authenticate \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"username": "ACME_IND_API_QCK",
"password": "QnVzaW5lc3NfQVBJX1FDSw",
"gstin": "29AAACQ3770E000"
}
'{
"code": 200,
"data": {
"Status": 1,
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ0YXhwYXllci1zZXNzaW9uIiwiZ3N0aW4iOiIyNEFCS0NTMjAzM0IxWlYiLCJpYXQiOjE3MTI5NDQxMDAsImV4cCI6MTcxMjk0NzcxMX0.sandbox-signature",
"expiry": 1714157100000
},
"timestamp": 1763446641000,
"transaction_id": "2ab9923e-f844-4b6c-8fc7-0bcc767bafc7"
}E-Way Bill Authentication
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/tax-payer/authenticate \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"username": "ACME_IND_API_QCK",
"password": "QnVzaW5lc3NfQVBJX1FDSw",
"gstin": "29AAACQ3770E000"
}
'{
"code": 200,
"data": {
"Status": 1,
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ0YXhwYXllci1zZXNzaW9uIiwiZ3N0aW4iOiIyNEFCS0NTMjAzM0IxWlYiLCJpYXQiOjE3MTI5NDQxMDAsImV4cCI6MTcxMjk0NzcxMX0.sandbox-signature",
"expiry": 1714157100000
},
"timestamp": 1763446641000,
"transaction_id": "2ab9923e-f844-4b6c-8fc7-0bcc767bafc7"
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
JWT access token
Source. Possible Values: primary, secondary or tertiary
"primary"
API key for identification
API version
Was this page helpful?