Skip to main content
GET
/
gst
/
compliance
/
tax-payer
/
notices
List Notices
curl --request GET \
  --url https://api.sandbox.co.in/gst/compliance/tax-payer/notices \
  --header 'authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "timestamp": 1763446641000,
  "transaction_id": "41bb8041-fb83-4654-8d75-85a19f329158",
  "data": {
    "status_cd": "1",
    "data": {
      "notices": [
        {
          "refId": "ZA2005190002553",
          "arn": "AD070418000025L",
          "moduleCd": "IETCS",
          "alertCd": "IETCS_NOTCE_NOTSCN",
          "dateOfIssue": "20/01/2024",
          "dateOfRespond": "12/02/2024"
        }
      ]
    }
  }
}

Response body schema

View response body schema

Headers

authorization
string
required

GST taxpayer access token.

x-api-key
string
required

API key for identification.

x-api-version
string
default:1.0.0

Compliance API version.

Query Parameters

date
string

Optional notice date filter in DD/MM/YYYY format.

Response

200 - application/json

200 Success

The response is of type object.