curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/tax-payer/gstin/search \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"gstin": "29AAACQ3770E000"
}
'Get taxpayer and transporter details by passing the GSTIN. The data is fetched from the IRP database and not GST Network database.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/e-way-bill/tax-payer/gstin/search \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"gstin": "29AAACQ3770E000"
}
'E-Way Bill access token. For token-generation steps, refer to the Generate E-Way Bill Session recipe, then pass the token in the Authorization header.
API version
API key for identification
GSTIN of the taxpayer
Was this page helpful?