curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/public/gstrs/track \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"gstin": "33DMOPD7318K1ZT"
}
'Check compliance for a GST-registered business by passing the financial year and the GSTIN. Further, you can filter the list by passing the return type.
curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/public/gstrs/track \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"gstin": "33DMOPD7318K1ZT"
}
'JWT access token
Pass true to accept the cached response. If the header is not passed, or if false is sent as the value, the request will hit the origin.
API key for identification
API version
Optional GST Return type to be passed as filter. E.g. gstr-1
"{{gstr}}"
Financial Year of GST Returns e.g. FY 2021-22
"{{financial_year}}"
GSTIN of the Taxpayer
Was this page helpful?