Get Taxpayer by GSTIN
gst.taxpayer.get
Fetch the full public registration record for a single GSTIN. No credentials required. NOTE: the taxpayerDetails request/response shape is reconstructed from the search UI and pending live verification.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"gstin":"27AACPB0199B1ZA"},"capability":"gst.taxpayer.get"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
gstin
| string | required | 15-character GST Identification Number (GSTIN) to fetch the registration record for |
Output
| Field | Type | Required | Description |
|---|---|---|---|
taxpayer
| object | null | optional | Public registration record for the GSTIN |