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 'x-api-key: <api-key>'
{
  "code": 200,
  "timestamp": 1738183354983,
  "transaction_id": "7f366ec230f34c809c53cda8d4506eb4",
  "sub_code": "SUCCESS",
  "message": "Linked GSTINs fetched successfully.",
  "data": [
    {
      "gstin": "24AAHFJ8299B1Z7",
      "state": "Gujarat",
      "state_code": "24",
      "status": "Active"
    }
  ]
}

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

pan_number
string
required

The PAN number for which GSTIN is to be searched.

Response

Successful Response

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