curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/tax-payer/transin/search \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"transin": "29AAFCA3559A1ZV"
}
'Get transporter details by passing the Transporter Id.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/tax-payer/transin/search \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"transin": "29AAFCA3559A1ZV"
}
'š Transporters who do not have a GSTIN are provided a Transporter Identification Number by the E-Way Bill portal.
E-Way Bill access token
API version
API key for identification
Transporter Identification Number
Was this page helpful?