Skip to main content
GET
/
v1
/
verification
/
gstin
/
gstin-by-pan
Search Taxpayer By Pan
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/gstin/gstin-by-pan \
  --header 'Authorization: Bearer <token>' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "gstin": "<string>",
      "status": "<string>",
      "state_code": "<string>"
    }
  ],
  "code": 123,
  "timestamp": 123,
  "transaction_id": "<string>"
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Query Parameters

pan_number
string
required

Response

Successful Response

data
GstinByPan · object[]
required
code
integer
required
timestamp
integer
required
transaction_id
string
required