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

KeyDatatypeRequiredDescription
financial_yearstring
gstrstring

Request Body

{"gstin"=>"{{gstin}}"}

HEADERS

KeyDatatypeRequiredDescription
authorizationstringJWT Authorization token
x-api-keystringPublic key required to authorize API access.
x-api-versionstring
x-accept-cachebooleanPass 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}"