Track GST Returns
POST {{sandbox_host}}/gst/compliance/public/gstrs/track?financial_year={{financial_year}}&gstr={{gstr}}
This API will be used to view e-filed returns details.
Request Params
| Key | Datatype | Required | Description |
| financial_year
| string | | |
| gstr
| string | | |
Request Body
{"gstin"=>"{{gstin}}"}
HEADERS
| Key | Datatype | Required | Description |
| authorization
| string | | JWT Authorization token |
| x-api-key
| string | | Public key required to authorize API access. |
| x-api-version
| string | | |
| x-accept-cache
| boolean | | Pass true to get cached response |
RESPONSES
status: OK
"{\n \"code\": 200,\n \"timestamp\": {{$timestamp}}000,\n \"transaction_id\": \"{{$randomUUID}}\",\n \"data\": {\n \"status_cd\": \"0\",\n \"error\": {\n \"error_code\": \"RET13510\",\n \"message\": \"No Record found for the provided Inputs\"\n }\n }\n}"