Skip to main content
GET
/
v1
/
verification
/
gstinlite
Gstin Basic Verification
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/gstinlite \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "code": 200,
  "timestamp": 1738051954177,
  "transaction_id": "09d1a4fd-be05-44f4-a4b6-6c14cf375d1f",
  "data": {
    "stjCd": "MHCG0660",
    "lgnm": "BLUE DART EXPRESS LIMITED",
    "stj": "MALAD_WEST_509",
    "dty": "Regular",
    "adadr": [
      {
        "addr": {
          "bnm": "",
          "loc": "ANDHERI-EAST",
          "st": "SAHAR ROAD",
          "bno": "BLUE DART CENTRE,",
          "dst": "Mumbai",
          "lt": "",
          "locality": "",
          "pncd": "400099",
          "landMark": "",
          "stcd": "Maharashtra",
          "geocodelvl": "NA",
          "flno": "",
          "lg": ""
        },
        "ntr": "Input Service Distributor (ISD), Retail Business, Service Provision, Recipient of Goods or Services"
      }
    ],
    "tradeNam": "BLUE DART EXPRESS LIMITED",
    "ctjCd": "VM0301",
    "sts": "Active",
    "ctj": "RANGE-I",
    "einvoiceStatus": "Yes"
  }
}
This API takes in the gstin of a business entity and provides you the information of the business entities as registered on the GST Portal. The GSTIN Basic Verification API provides you the necessary information to verify an entity onboarding onto your workflow. For example, you can cross-check the information provided to you against the information available on the GST Portal using this API.

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

gstin_number
string
required

Required query parameter that should be a 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime.

Response

Successful Response

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