Skip to main content
GET
/
v1
/
verification
/
gstinlite
curl
curl --location --request GET 'https://production.deepvue.tech/v1/verification/gstinlite?gstin_number=<GSTINID>' \
--header 'Authorization: Bearer <ACCESS_TOKEN>' \
--header 'x-api-key: <YOUR API KEY>'
{
  "data": {
    "stjCd": "<string>",
    "dty": "<string>",
    "stj": "<string>",
    "lgnm": "<string>",
    "adadr": [
      "<unknown>"
    ],
    "cxdt": "<string>",
    "gstin": "<string>",
    "nba": [
      "<string>"
    ],
    "lstupdt": "<string>",
    "ctb": "<string>",
    "rgdt": "<string>",
    "pradr": {
      "addr": {
        "bnm": "<string>",
        "st": "<string>",
        "loc": "<string>",
        "bno": "<string>",
        "stcd": "<string>",
        "dst": "<string>",
        "city": "<string>",
        "flno": "<string>",
        "lt": "<string>",
        "pncd": "<string>",
        "lg": "<string>"
      },
      "ntr": "<string>"
    },
    "ctjCd": "<string>",
    "sts": "<string>",
    "tradeNam": "<string>",
    "ctj": "<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

gstin_number
string
required

Response

Successful Response

data
GstinVerificationData · object
required
code
integer
required
timestamp
integer
required
transaction_id
string
required