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 'client-id: <api-key>' \
  --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 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
financial_year
string
required

Response

Successful Response

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