---
title: "Get list of KRA notices for business"
method: GET
path: "/notices"
tags: ["Notices"]
---

# Get list of KRA notices for business

`GET /notices`

## Response `200`

Success

- object
  - `meta` FetchMeta, required
    - `last_updated` string, required — Timestamp when the data was last updated from eTIMS
  - `data` Notice[], required
    - `id` string, required — Notice ID in DigiTax
    - `notice_number` string, required — Notice number from eTIMS
    - `notice_date` string, required — Notice date-time in ISO 8601 format
    - `title` string, required
    - `detail` string, required
    - `by` string, required
    - `link` string, required

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/digitax/apis/digitax-kenya-api-endpoints.md) · [All operations](https://skmtc.net/digitax/apis/digitax-kenya-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitax/digitax-kenya-api-endpoints/revisions/1fc0cdf61f70/schema)
