---
title: "Retrieve a notice text"
method: GET
path: "/widgets/notices/texts/{id}"
tags: ["notices"]
---

# Retrieve a notice text

`GET /widgets/notices/texts/{id}`

Returns a single notice text

## Path parameters

- `id` string, required

## Response `200`

A NoticeText object

- NoticesText — Texts that can be used in notices for consent collection on various platforms (web, mobile, etc.). The actual content of a text (the text itself, approval status, etc.) is managed and versioned through the /widgets/notices/texts-contents service.
  - `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)
