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

The response is of type object.