---
title: "Retrieve a list of notice texts"
method: GET
path: "/widgets/notices/texts"
tags: ["notices"]
---

# Retrieve a list of notice texts

`GET /widgets/notices/texts`

Returns a list of notice texts

## Response `200`

A list of NoticeText objects

- NoticesText[]
  - `id` string, required — The ID of the text
  - `organization_id` string, required — The ID of the organization that owns this text
  - `name` string, required — The name of the text. This is used for easily distinguishing between multiple texts and is not displayed to end users for consent collection.
  - `platforms` string[], required — List of platforms that the content can be used on
  - `default` boolean, required — Whether the text is the default text for the organization and the platform(s)
  - `created_at` string, date-time, required — Creation date of the text
  - `updated_at` string, date-time, required — Last update date of the text
  - `version` number, required — Revision number of the text

---

[API](https://skmtc.net/didomi/apis/didomi-api.md) · [All operations](https://skmtc.net/didomi/apis/didomi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didomi/didomi-api/versions/da6995016be8/schema)
