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"
}
'{
"code": 200,
"data": {
"error": {
"errorCodes": "108"
},
"info": "",
"status": "0"
},
"timestamp": 1763446641000,
"transaction_id": "ca515f62-749d-4037-b4cc-adca5db77cd7"
}E-Way Bill Authentication
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"
}
'{
"code": 200,
"data": {
"error": {
"errorCodes": "108"
},
"info": "",
"status": "0"
},
"timestamp": 1763446641000,
"transaction_id": "ca515f62-749d-4037-b4cc-adca5db77cd7"
}JWT access token
Source. Possible Values: primary, secondary or tertiary
"primary"
API key for identification
API version
Was this page helpful?