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