1. Request Details

HTTP Method POST
URL PATH https://my.gstzen.in/api/rettrack/
Request Payload Type application/json
Response Type application/json
Authentication Bearer (Paste the access token you recieved from REST Api Authentication)

2. Request Payload Example

Request Payload

{
  "ret_period": "012022",
  "gstin": "27AHQPA7588L1ZJ"
}

3. Response Example

{
  "status": 1,
  "api_call": "CHECK SESSION",
  "message": {
    "EFiledlist": [
      {
        "arn": "AA010143556585B",
        "ret_prd": "022017",
        "mof": "ONLINE",
        "dof": "08-02-2017",
        "rtntype": "GSTR2",
        "status": "Filed",
        "valid": "Y"
      },
      {
        "arn": "AA010143556585B",
        "ret_prd": "022017",
        "mof": "ONLINE",
        "dof": "07-02-2017",
        "rtntype": "GSTR1",
        "status": "Filed",
        "valid": "Y"
      },
      {
        "arn": "AA010143556587A",
        "ret_prd": "032017",
        "mof": "ONLINE",
        "dof": "07-03-2017",
        "rtntype": "GSTR3",
        "status": "Filed",
        "valid": "N"
      }
    ]
  }
}