GET
/
announcement
/
get
curl --request GET \
  --url https://v3.minestorecms.com/api/announcement/get
{
  "title": "New Update Available",
  "content": "We have released a new update for our platform.",
  "button_name": "Read More",
  "button_url": "https://example.com/update",
  "is_index": true
}

Response

200
application/json
OK
title
string

The title of the announcement

content
string

The content of the announcement

button_name
string

The name of the button associated with the announcement. Could be empty

button_url
string

The URL that the button points to. Could be empty

is_index
boolean

Indicates whether the announcement is set as an index announcement