Skip to main content
GET
/
v1
/
verification
/
gstin
/
track-gstr
Track Gst Return Status
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/gstin/track-gstr \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "EFiledlist": [
      {
        "valid": "<string>",
        "mof": "<string>",
        "dof": "<string>",
        "ret_prd": "<string>",
        "rtntype": "<string>",
        "arn": "<string>",
        "status": "<string>"
      }
    ]
  },
  "code": 123,
  "timestamp": 123,
  "transaction_id": "<string>"
}

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

A required query parameter that represents the 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime.

financial_year
string
required

A required query parameter that specifies the financial year in the format e.g. FY 2019-20.

Response

Successful Response

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